Create a bulk job
Example
Method: POST
URL: https://api.courier.com/bulk
Body:
{
"message": {
"event": "abcdefgh12345678",
"brand": "W50NC77P524K14M5300PGPEK4JMJ",
"data": {
"name": "Jane Doe",
"age": 27
},
"routing": {
"method": "single"
},
"template": "NOTIFICATION_TEMPLATE"
}
}