curl --location --request PUT 'https://rest.clicksend.com/v3/forgot-username' \
--header 'Content-Type: application/json' \
--data-raw '{
"country": "US",
"phone_number": "3108147982"
}'
{
"data": [],
"http_code": 200,
"response_code": "SUCCESS",
"response_msg": "An email notification has been sent."
}