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