Authorization: Bearer ********************
{
"sid": "eB99178A-edc6-Eef6-aAbC-dFeEB8914ceE",
"roomId": "4D6cD3BA-bdD9-ABBF-eE79-CD08a1eDAd1F"
}
curl --location --request POST '/messaging/publish/video-call/hangup' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sid": "eB99178A-edc6-Eef6-aAbC-dFeEB8914ceE",
"roomId": "4D6cD3BA-bdD9-ABBF-eE79-CD08a1eDAd1F"
}'
{}