curl --location --request POST '/OAuth/Token'
{ "access_token": "string", "token_type": "Bearer", "expires_in": 0, "refresh_token": "string", "scope": "string" }