"body":"{\n\"type\": \"https://example.com/problems/forbidden\",\n\"title\": \"Forbidden\",\n\"status\": 403,\n\"detail\": \"The client is not allowed to perform this operation.\",\n\"instance\": \"/interconnection/connect\",\n\"cause\": \"INSUFFICIENT_SCOPE\"\n}"
},
{
"name":"404 Not Found",
"originalRequest":{
"method":"POST",
"header":[
{
"key":"Content-Type",
"value":"application/json"
}
],
"url":{
"raw":"{{baseUrl}}/connect",
"host":[
"{{baseUrl}}"
],
"path":[
"connect"
]
}
},
"status":"Not Found",
"code":404,
"_postman_previewlanguage":"json",
"header":[
{
"key":"Content-Type",
"value":"application/problem+json"
}
],
"body":"{\n\"type\": \"https://example.com/problems/not-found\",\n\"title\": \"Not Found\",\n\"status\": 404,\n\"detail\": \"The target resource was not found.\",\n\"instance\": \"/interconnection/connect\",\n\"cause\": \"RESOURCE_NOT_FOUND\"\n}"
}
]
},
{
"name":"Interconnect Request - POST /interconnect",