{
"id": 0,
"custName": "string",
"time": "string"
}
curl --location --request POST '/sms/template/preview' \
--header 'token: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6IjE4MTE0OTI1MjA5IiwicGFzc3dvcmQiOiIzNTgyNTgzMTY3IiwiaWF0IjoxNzU0NDgwNzczLCJpc3MiOiJ0aWFueXUiLCJleHAiOjE3NTQ1NjcxNzN9.ApOu0PCRKwwmMan-Gy9JDbp0gmGYPZQ9Rt31JLidAlY' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"custName": "string",
"time": "string"
}'
{
"success": false,
"code": "",
"message": "",
"extMsg": "",
"data": "",
"totalCount": 0,
"lastPage": false,
"token": "",
"timestamp": "",
"traceId": ""
}