Authorization: Bearer ********************
curl --location --request POST '/chat/messages//stop' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "current_user": "string" }'
{}