{ "botId": "{{botId}}", "messageId": "{{messageId}}" }
curl --location --request POST 'http://localhost/recallMessage' \ --header 'X-Token;' \ --header 'Content-Type: application/json' \ --data-raw '{ "botId": "{{botId}}", "messageId": "{{messageId}}" }'
{ "code": 0 }