{
"userName": "string",
"messageList": [
{
"phone": "string",
"content": "string"
}
],
"timestamp": "string",
"sign": "string"
}curl --location --request POST 'http://121.41.41.182:8001/sms/api/sendMessageOne' \
--header 'Content-Type: application/json' \
--data-raw '{
"userName": "string",
"messageList": [
{
"phone": "string",
"content": "string"
}
],
"timestamp": "string",
"sign": "string"
}'{}