curl --location --request POST 'https://api.lawg.dev/v1/auth/login' \ --header 'Content-Type: application/json' \ --data-raw '{ "username": "", "password": "" }'
{ "success": true, "data": { "token": "session_xxxxx" } }
Login to a lawg account with its username and password
true
false
Show Toggle object