curl --request POST \
--url https://api.qtzl.ai/chat/update \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '{
"chat_id": "<string>",
"participants": [
{
"id": "<string>",
"locale": "<string>",
"name": "<string>"
}
]
}'