123456789101112131415161718192021222324252627 |
- {
- "status_code": 200,
- "headers": {
- "pragma": [
- "no-cache"
- ],
- "cache-control": [
- "no-store, private"
- ],
- "content-type": [
- "application\/json; charset=UTF-8"
- ],
- "date": "Tue, 01 Jan 2019 00:00:00 CST",
- "x-ratelimit-limit": [
- "60"
- ],
- "x-ratelimit-remaining": [
- "59"
- ]
- },
- "content": {
- "token_type": "Bearer",
- "expires_in": "expires_in_ignore",
- "access_token": "access_token_ignore",
- "refresh_token": "refresh_token_ignore"
- }
- }
|