Download OpenAPI specification:Download
This endpoint handles user authentication and login. If authentication is successful, the user is granted access to the painting explorer.
| username | string The username of the user. |
| password | string The password of the user. |
{- "username": "string",
- "password": "string"
}