{
"requestData": [
{
"receiveUserId": "string",
"msgType": "string",
"contentText": "string",
"typeContent": "string",
"typeExtend": "string",
"customizeContent": "string",
"cyyyArCheckOrderId": "string",
"duration": 0
}
]
}
curl --location --request POST '/CyyyArCheckOrder/SendMessage' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestData": [
{
"receiveUserId": "string",
"msgType": "string",
"contentText": "string",
"typeContent": "string",
"typeExtend": "string",
"customizeContent": "string",
"cyyyArCheckOrderId": "string",
"duration": 0
}
]
}'
{}