signup user
Developing
POST
/auth/signup/user
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://party-currency-app-production-5074.up.railway.app/auth/signup/user' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"password": "string",
"firstname": "string",
"lastname": "string",
"phonenumber": "string"
}'
Response Response Example
{}
Request
Body Params application/json