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