curl --location 'https://zatoona-ai.com/api/v1/rooms/<room-uuid>/kick' \ --header 'Authorization: Bearer {{token}}' \ --header 'Content-Type: application/json' \ --data '{ "user_id": "<target-user-uuid>" }'
{}