{ "opencollection": "1.0.0", "info": { "name": "Kitchen Stories Internal Articles Admin Reports API", "version": "3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "Report abuse for Comment or User", "type": "http" }, "http": { "method": "POST", "url": "https://api.kitchenstories.io/api/report/abuse/", "body": { "type": "json", "data": "{}" } }, "docs": "Report abuse for Comment or User" } ] } ], "bundled": true }