{
"botId": "string",
"targetId": "string",
"content": "string",
"atIds": [
"string"
]
}
curl --location --request POST '/sendAtMessage' \
--header 'X-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"botId": "string",
"targetId": "string",
"content": "string",
"atIds": [
"string"
]
}'
{}