I want to be able to add a message to a comment thread.
I would call this a reply. Perhaps something like
olcli comments reply <projectId> <threadId> <body>
Based on my browser's network activity, I think the route looks like
Request URL: https://www.overleaf.com/project/<id>/thread/<id>/messages
Request Method: POST
Payload: {"content": <body>}
I want to be able to add a message to a comment thread.
I would call this a reply. Perhaps something like
olcli comments reply <projectId> <threadId> <body>Based on my browser's network activity, I think the route looks like