{ "operation": "get-competitors-from-company", "method": "GET", "path": "/api/v1/competitors/{company_id}", "summary": "", "request": { "body": null }, "response": { "status": 200, "body": { "competitors": [ { "company_id": null, "company_name": null } ] } } }