post https://{targetURL}/api/v1/auth/user
Supplying only a username and password in the body is sufficient for most users.
Example:
{
"username": "demo@elabjournal.com",
"password": "abc123"
}
You can use the resulting token property in the api_key field above to access all other API calls.