{ "client_id": "{{client_id}}", "client_secret": "{{client_secret}}", "grant_type": "refresh_token" }
curl --location --request POST 'https://api.h189.cn/oauth/token' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{ "client_id": "", "client_secret": "", "grant_type": "refresh_token" }'
{ "code": 0, "msg": "ok", "data": { "access_token": "2Y4OH6wQhrY2V1hXtJI4T6qNeo7WKPJ3", "token_type": "Bearer", "expires_in": 7200, "refresh_token": "3334OH6wQhrY2V1hXtJI4T6qNeodwwe", "scope": "thws" } }