user Phone number must be provided with the country code.
curl --location --request POST 'http://82.180.154.188:4352/auth/signup' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Mostafa Youssef",
"email": "Mostafa@gmail.com",
"password": "test1234",
"phoneNumber": "201025723911"
}'
{
"status": "success",
"message": "User signed up!"
}