Request
Body Params application/json
{
"state": "inactive",
"live_chat_id": "69",
"room_id": "92490c97-911d-411b-b350-a66bb00c847f"
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:8000/fchat/update-status-website/' \
--header 'x-cookie: 5b12860d-4b22-4f48-a3da-31f07a056dc0' \
--header 'origin: https://tanpv9.easypiece.online' \
--header 'Cookie: csrftoken=eyuuQUkLU2BMcW2KECvaNS6kvJTsC5XQ' \
--header 'Content-Type: application/json' \
--data-raw '{
"state": "inactive",
"live_chat_id": "69",
"room_id": "92490c97-911d-411b-b350-a66bb00c847f"
}'
Responses
application/json Modified at 2025-03-26 03:34:27