{
// "sort": "Old",
// "filter": {
// "time": "",
// "phone": [
// "have_phone",
// "no_phone"
// ],
// "state": [
// "unread",
// "not_answer",
// "answer",
// "remind",
// "has_campaign",
// "no_campaign"
// ],
// "status": [
// "processing",
// "unavailable"
// ],
// "agent_ids": [],
// "room_type": [
// "message",
// "post"
// ],
// "status_customer": [
// "active",
// "idle",
// "inactive"
// ]
// },
// // "offset": 1,
// "is_filter": false,
"type": "fchat",
// "page_id_origin": ["409"],
// "type_of_conversations": [
// "my_conversation",
// "no_one_conversation",
// "assign_conversation",
// "following_conversation"
// ]
}curl --location --request POST 'http://127.0.0.1:8000/api/v3/rooms/list-room/' \
--header 'X-Auth-User-Id: fcbcdc81-dd70-4d5b-a0e0-5a65b3eb38f8' \
--header 'Content-Type: application/json' \
--data-raw '{
// "sort": "Old",
// "filter": {
// "time": "",
// "phone": [
// "have_phone",
// "no_phone"
// ],
// "state": [
// "unread",
// "not_answer",
// "answer",
// "remind",
// "has_campaign",
// "no_campaign"
// ],
// "status": [
// "processing",
// "unavailable"
// ],
// "agent_ids": [],
// "room_type": [
// "message",
// "post"
// ],
// "status_customer": [
// "active",
// "idle",
// "inactive"
// ]
// },
// // "offset": 1,
// "is_filter": false,
"type": "fchat",
// "page_id_origin": ["409"],
// "type_of_conversations": [
// "my_conversation",
// "no_one_conversation",
// "assign_conversation",
// "following_conversation"
// ]
}'{}