curl --request POST \
--url https://api.{your-broker}.slate-labs.com/integrations/sms/send \
--header 'Content-Type: application/json' \
--data '
{
"to": "<string>",
"body": "<string>",
"from_number": "<string>",
"tags": {},
"customer_id": "<string>",
"event_type": "<string>"
}
'