Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://atlas-back.fly.dev/user \ --header 'Content-Type: application/json' \ --data ' { "email": "straube@straube.com", "name": "Andre", "password": "123456" } '
New User
"straube@straube.com"
"Andre"
"123456"