Request
Body Params application/json
{
"room_id": "bd450a00-4b93-40bb-9240-625ffa60f706",
"user_id": "5c3c1840-fb62-11ed-a0c5-0242c0a80103"
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:8000/api/v3/rooms/verify-room-with-user/' \
--header 'X-Auth-User-Id: 5c3c1840-fb62-11ed-a0c5-0242c0a80103' \
--header 'Content-Type: application/json' \
--data-raw '{
"room_id": "bd450a00-4b93-40bb-9240-625ffa60f706",
"user_id": "5c3c1840-fb62-11ed-a0c5-0242c0a80103"
}'
Responses
application/json Modified at 2025-09-24 03:38:46