1234567891011121314151617181920212223 |
- {
- "status_code": 400,
- "headers": {
- "content-type": [
- "application\/json"
- ],
- "cache-control": [
- "no-cache, private"
- ],
- "date": "Tue, 01 Jan 2019 00:00:00 CST",
- "x-ratelimit-limit": [
- "60"
- ],
- "x-ratelimit-remaining": [
- "59"
- ]
- },
- "content": {
- "error": "invalid_grant",
- "error_description": "The user credentials were incorrect.",
- "message": "The user credentials were incorrect."
- }
- }
|