{ "botId": "string", "userId": "string", "content": "string" }
curl --location --request POST 'http://localhost/sendUserMessage' \ --header 'X-Token;' \ --header 'Content-Type: application/json' \ --data-raw ''
{ "code": 0, "data": { "messageId": "123456789-1686039633-21350-1686018566" } }