# auth_login_create Takes a set of user credentials and returns an access and refresh JSON web token pair to prove the authentication of those credentials. Endpoint: POST /auth/login/ Version: 1.0.0 ## Request fields (application/json): - `username` (string, required) - `password` (string, required) ## Response 200 fields (application/json): - `access` (string, required) - `refresh` (string, required)