Signup
POST
http://82.180.154.188:4352/auth/signup
Last modified:2025-05-28 23:35:37
user Phone number must be provided with the country code.
Request Request Example
Shell
JavaScript
Java
Swift
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"
}'
Response Response Example
Success
{
"status": "success",
"message": "User signed up!"
}
Request
Body Params application/json