Authorization: Bearer ********************curl --location 'https://services.dispatchable.com/text-magic/api/v1/send' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'text="Hello there"' \
--form 'from="8443837894"' \
--form 'to="7863347913"'{}