{ "opencollection": "1.0.0", "info": { "name": "Deprecated eToro Public API operations Agent Portfolios Comments API", "version": "v1.158.0" }, "items": [ { "info": { "name": "Comments", "type": "folder" }, "items": [ { "info": { "name": "Create a comment on a post", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/reactions/:postId/comment", "headers": [ { "name": "x-request-id", "value": "" }, { "name": "x-api-key", "value": "" }, { "name": "x-user-key", "value": "" } ], "params": [ { "name": "postId", "value": "12345", "type": "path", "description": "ID of the post to comment on" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new comment on a specific discussion post. Comments can include text, mentions, tags, and attachments." } ] } ], "bundled": true }