curl --location 'http://e-commerce-talabat.runasp.net/api/auth/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "Abdalrhman",
"lastName": "Gamal",
"userName": "Abdalrhman80",
"email": "abdalrhmangamel681@gmail.com",
"phoneNumber": "01012345678",
"password": "@Abd123456789",
"confirmPassword": "@Abd123456789"
}'{
"message": "User registered successfully.",
"email": "abdalrhmangamel681@gmail.com",
"userName": "Abdalrhman80"
"emailConfirmationRequired": true
}