Request
Body Params application/json
{
"live_chat_id": "34",
"name": "",
"phone": "",
"email": ""
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:8000/fchat/start-new-conversation/' \
--header 'X-Auth-User-Id: 1c57758c-f9ea-11ed-a0c5-0242c0a80103' \
--header 'x-cookie: 3e440751-a836-486c-9372-5394fbd7n1' \
--header 'origin: https://fptcore.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"live_chat_id": "34",
"name": "",
"phone": "",
"email": ""
}'
Responses
application/json Modified at 2024-05-16 04:36:30