{
"content": "string",
"title": "string",
"type": 0
}
curl --location --request POST '/api/admin/sms/temp/apply' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"title": "string",
"type": 0
}'
{
"code": 0,
"data": {
"property1": {},
"property2": {}
},
"message": "string"
}