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