curl --location --request POST 'https://api.lawg.dev/v1/auth/signup' \ --header 'Content-Type: application/json' \ --data-raw '{ "username": "", "email": "", "password": "", "invite": "" }'
{ "success": true, "data": { "token": "session_xxxxx" } }
Signup for a new account
true
false
Show Toggle object