{
"name": "string",
"sign_jing_uuid": "string",
"template_jing_uuid": "string",
"type": "string"
}
curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/sms/task/create' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"sign_jing_uuid": "string",
"template_jing_uuid": "string",
"type": "string"
}'
{
"request_id": "59f2af2cb2f0ea134200f81d7ed56037",
"code": 0,
"msg": "success",
"data": [
{
"jing_uuid": "7WGuVc7jMorDUUuN5ES6DV",
"mid": 124,
"owner_id": 20138,
"name": "zqltest短信",
"status": 0,
"receiver_type": "",
"sign_jing_uuid": "",
"sign_name": "",
"yp_tpl_id": "",
"send_type": 0,
"send_time": "",
"schedule_total": 0,
"send_total": 0,
"success_total": 0,
"open_total": 0,
"created_timestamp": "2023-02-28 14:07:07",
"updated_timestamp": "2023-02-28 14:07:07"
}
]
}