Authorization: Bearer ********************curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/lms/collections/searchcollections' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"collection_ids": [
"string"
],
"search": {
"term": "string",
"fuzziness": 0,
"substring": true,
"negate": true,
"case_sensitive": true,
"value": "string"
},
"from": 0,
"page_size": 0,
"last_id": "string"
}'{
"entries": [
{
"collection_id": "string",
"entry_id": "string",
"fields": [
{
"field_name": "string",
"field_value": "string"
}
],
"last_updated": "1s"
}
],
"total": 0,
"more_results": true,
"last_id": "string"
}