{
"messageId": "string",
"content": "string",
"messageType": 0,
"sender": "string",
"receiver": "string",
"businessData": "string",
"executeTime": "string",
"createTime": "string",
"retryCount": 0,
"remark": "string"
}curl --location --request POST '/demo/message/send/delay?delaySeconds' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"messageId": "string",
"content": "string",
"messageType": 0,
"sender": "string",
"receiver": "string",
"businessData": "string",
"executeTime": "string",
"createTime": "string",
"retryCount": 0,
"remark": "string"
}'{
"code": 0,
"msg": "",
"data": false
}