{ "botId": "{{botId}}", "messageId": "{{messageId}}" }
curl --location --request POST 'http://localhost/recallFriendMessage' \ --header 'X-Token: yoyohuhu' \ --header 'Content-Type: application/json' \ --data-raw '{ "botId": "{{botId}}", "messageId": "{{messageId}}" }'
{ "code": 0, "data": { "id": "string", "name": "string", "location": "string", "type": "string", "tag": "string", "discription": "string" } }