curl --location --request POST 'https://dev.isaac.wellnessliving.com/omega/businesses//conversations//messages/read-status' \
--header 'Content-Type: application/json' \
--header 'X-API-KEY;' \
--data-raw '{
"last_message_id": 0,
"channel": "string",
"start_date": "string",
"end_date": "string"
}'
{}