Authorization: ********************
{
"collection_id": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/lms/collections/stream' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"collection_id": "string"
}'
{
"collection_id": "string",
"entry_id": "string",
"fields": [
{
"field_name": "string",
"field_value": "string"
}
],
"last_updated": "1s"
}