AuthRequest
The request body for the login operation.
usernamestringrequired
The username (also known as the login ID).
Example:
john_doe@example.compasswordstring<password>required
The password or API Key.
Example:
YOUR_PASSWORD_HEREAuthRequest
{
"username": "john_doe@example.com",
"password": "YOUR_PASSWORD_HERE"
}