Authorization: ********************{}curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/lms/collections/listsearchdefinitions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"definitions": [
{
"cjs_search_definition_id": "string",
"name": "string",
"description": "string",
"deleted": true,
"exec_count": 0,
"exec_success": 0,
"exec_fail": 0,
"created_date": "1s",
"last_edited": "1s"
}
]
}