Authorization: Bearer ********************
{ "user": "abc-123"}
curl --location --request POST 'http://8.137.110.113/v1/chat-messages//stop' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: application/json' \
--data-raw '{ "user": "abc-123"}'
{}