curl --location --request POST '/system/smart/oauthToken?client_id&grant_type'
{ "access_token": "string", "expires_in": 7200, "refresh_token": "string", "token_type": "bearer" }