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