Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/room303/room303api/getunreadstats' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"stats": [
{
"room_id": "string",
"unread_messages": 0
}
]
}