{
"tasks": [
{
"networkId": "string",
"vendorId": "string",
"templateId": "string",
"sender": "string",
"message": "string"
}
]
}curl --location '/smsTestNumber/add/create' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"tasks": [
{
"networkId": "string",
"vendorId": "string",
"templateId": "string",
"sender": "string",
"message": "string"
}
]
}'{
"code": 0,
"msg": "",
"data": 0
}