14 lines
283 B
JSON
14 lines
283 B
JSON
{
|
|
"request": {
|
|
"api_url": "https://beta.idonethis.com/api/v2/noop",
|
|
"headers": {
|
|
"Authorization": "Token 12345678"
|
|
}
|
|
},
|
|
"response": {"doesnt": "matter"},
|
|
"response-headers": {
|
|
"status": 200,
|
|
"content-type": "application/json; charset=utf-8"
|
|
}
|
|
}
|