{
"account": "960003",
"sign": "{{sign}}",
"timestamp": {{timestamp}},
"requestid":"{{requestid}}",
"senderid": "sid_mtsvar",
"schedule": "",
"mmsid":2,
"vars": [
{
"pn": "8613980000001",
"msg": "Hello, this is a test message A. To unsubscribe, please reply with STOP.",
"custom_mid": "m111",
"custom_help": "h111"
},
{
"pn": "8613980000002",
"msg": "Hello, this is a test message B. To unsubscribe, please reply with STOP.",
"custom_mid": "m222",
"custom_help": "h222"
}
]
}curl --location --request POST '/Api/MmsTemplate/MtsVar' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "960003",
"sign": "{{sign}}",
"timestamp": {{timestamp}},
"requestid":"{{requestid}}",
"senderid": "sid_mtsvar",
"schedule": "",
"mmsid":2,
"vars": [
{
"pn": "8613980000001",
"msg": "Hello, this is a test message A. To unsubscribe, please reply with STOP.",
"custom_mid": "m111",
"custom_help": "h111"
},
{
"pn": "8613980000002",
"msg": "Hello, this is a test message B. To unsubscribe, please reply with STOP.",
"custom_mid": "m222",
"custom_help": "h222"
}
]
}'{
"rt": "20250118195140",
"code": 0,
"code_msg": "SUCCEED",
"bid": "250118195100000038",
"mids": [
{
"pn": "13980000001",
"mid": "250118195100000039",
"custom_mid": "m111",
"custom_help": "h111"
},
{
"pn": "13980000002",
"mid": "250118195100000040",
"custom_mid": "m222",
"custom_help": "h222"
}
]
}