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