16 lines
311 B
JSON
16 lines
311 B
JSON
{
|
|
"request": {
|
|
"api_url": "https://beta.idonethis.com/api/v2/teams",
|
|
"headers": {
|
|
"Authorization": "Token 87654321"
|
|
}
|
|
},
|
|
"response": {
|
|
"error": "Invalid API Authentication"
|
|
},
|
|
"response-headers": {
|
|
"status": 401,
|
|
"content-type": "application/json; charset=utf-8"
|
|
}
|
|
}
|