To log in you will need to send a POST request containing an email and password in the body.

{
email: "[email protected]"

password:"AllYourBaseBelongToUs1337"

}

The response of this request, given correct credentials, will return a token in the response body.

Language
Click Try It! to start a request and see the response here!