Auth

Obtain auth token pair

Authenticate the user and return a token pair

post/api/token

Request body

emailstring required
passwordstring required

Response

accessstring required
refreshstring required

Changes