Authorization: ********************
curl --location --request POST 'https://api.withallo.com/v1/sms/bulk' \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "to_numbers": [ "string" ], "message": "string" }'
{}