{
"account": "960003",
"sign": "{{sign}}",
"timestamp": {
{timestamp
}
},
"templateid": 10
}curl --location --request POST '/Api/SmsTemplate/List' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "960003",
"sign": "{{sign}}",
"timestamp": {
{timestamp
}
},
"templateid": 10
}'{
"rt": "20260105105106",
"code": 0,
"code_msg": "SUCCEED",
"list": [
{
"id": 10,
"item_name": "apple-20260105100045",
"sms_sign": "apple",
"sms_content": "[apple] {var0} the otp code is {var1}",
"push_url": "https://pushtemplatestate.com/smstemplate/rpt",
"variable": true,
"status": "ALLOW",
"create_time": "2026-01-05T10:00:45+08:00",
"audit_time": "2026-01-05T10:01:15+08:00"
}
]
}