Authorization: Bearer ********************curl --location 'https://services.dispatchable.com/text-magic/api/v1/incoming-sms-callback/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": 269476,
"sender": "999123456",
"messageTime": "2012-11-28T18:38:28+0000",
"text": "Test reply",
"receiver": "999321654"
}'{}