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": "straube@straube.com",
  "name": "Andre",
  "password": "123456"
}
'

Body

application/json
email
string
Example:

"straube@straube.com"

name
string
Example:

"Andre"

password
string
Example:

"123456"

Response

200 - undefined