Authenticate the user with the system and obtain the access_token. Request and Response Content-Type would be JSON.
Provide username, password, and grant_type (password).
Successful response
The access token to authenticate requests.
Time in seconds until the access token expires.
The refresh token used to obtain a new access token.
Time in seconds until the refresh token expires.
Client ID sequence, can be null.