Request
Body Params application/json
{
"phone": "0974398219",
"room_id": "6a9edec5-258e-4d68-affc-1da9b95867c5",
"update_phone": true
}
Request Code Samples
curl --location --request POST 'http://customer-sopdev.ftel.scc/customer-service/api/v2/customer/sync-phone-chat' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "0974398219",
"room_id": "6a9edec5-258e-4d68-affc-1da9b95867c5",
"update_phone": true
}'
Responses
application/json Modified at 2025-03-03 03:39:06