{
"type": "all" // all or facebook or fchat or tiktok or zl_personal or facebook_comment or tiktok_comment
}curl --location --request POST 'http://127.0.0.1:8000/api/v3/rooms/mark-all-messages-as-read/' \
--header 'X-Auth-User-Id: 4ae433db-30e9-11ee-ab3f-005056a30eb5' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "all" // all or facebook or fchat or tiktok or zl_personal or facebook_comment or tiktok_comment
}'{}