curl --location --request POST 'https://claimify-api.hayokmedicare.ng/api/v1/api/sms/send' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key": "TLRdUcEilRFafJnXijwaonGPebnyNphVwoqYhkQJLWoCXvGHuNpfQUTqwLOhiq",
"to": "2348024035326",
"channel": "WhatsApp_otp",
"from": "Claimify",
"sms": "welcome"
}'{}