post https://{defaultHost}/api/v1/token
Obtain a new access_token.
It also returns a refresh_token that can be used to request a new access_token again.
Each refresh_token can be used at any time, before or after the expiration of the access_token.
But each refresh_token can only be used once.