user Phone number must be provided with the country code.
curl --location --request POST 'http://82.180.154.188:4352/auth/resendcode' \
--header 'Content-Type: application/json' \
--data-raw '{
"phoneNumber": "201025723911"
}'
{
"status": "success",
"message": "Verification code sent to email / phone number."
}