Skip to main content
POST
/
user
New User
curl --request POST \
  --url https://atlas-back.fly.dev/user \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]",
  "name": "Andre",
  "password": "123456"
}
'

Body

application/json
email
string
name
string
Example:

"Andre"

password
string
Example:

"123456"

Response

200 - undefined