curl --location --request POST 'https://staging.syncode.anggita.org/api/rooms//control/role-swap/respond' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "string",
"action": "accept"
}'{
"requestId": "string",
"status": "accepted",
"swappedRoles": [
{
"userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
"newRole": "host"
}
]
}