curl --request POST \ --url https://your-bknd.io/api/auth/password/register \ --header 'Content-Type: application/json' \ --data '{ "email": "<string>", "password": "<string>" }'
{ "user": { "id": "<string>", "email": "<string>", "name": "<string>" } }
Show child attributes