Add users
Example
Method: POST
URL: https://api.courier.com/bulk/1-61e9dd53-b5bb6c863b7ffbe83ad4b28d
Body:
{
"users": [
{
"recipient": "8ec8c99a-c5f7-455b-9f60-8222b8a27056",
"profile": {
"phone_number": "2025550125",
"email": "hello@example.com"
},
"data": {
"name": "Jane Doe",
"age": 27
},
"to": {
"email": "tejas@courier.com"
}
}
]
}