curl --location --request PUT 'https://rest.clicksend.com/v3/account-verify/send' \
--header 'Content-Type: application/json' \
--data-raw '{
"country": "US",
"type": "sms",
"user_phone": "352-394-4199"
}'
{
"data": {
"activation_token": "547850",
"country": "US",
"type": "sms",
"user_phone": "+13523944199"
},
"http_code": 200,
"response_code": "SUCCESS",
"response_msg": "Verification sent."
}