{
"id": 1,
"live_chat_id": "2"
}curl --location --request POST 'http://127.0.0.1:8000/update-report-ip/' \
--header 'X-Auth-User-Id: 1c57758c-f9ea-11ed-a0c5-0242c0a80103' \
--header 'X-Real-Ip: 42.114.170.189' \
--header 'origin: https://fptcore.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"live_chat_id": "2"
}'{}