{
"title": "string",
"contentText": "string",
"adcodeSelect": 0,
"adcodes": [
"string"
]
}
curl --location --request POST '/api/message/send' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"contentText": "string",
"adcodeSelect": 0,
"adcodes": [
"string"
]
}'
{
"code": 0,
"message": "string"
}