channels
Create a new comment
put/comments
Request body
Example request
{
"text": "<p>Hello!</p>",
"createdAt": "2023-10-15T14:30:00.000Z"
}Response
Successful response
Example response
{
"content": "<p>This is the comments's content</p>",
"children": [
{
"content": "<p>This is the comments's content</p>"
}
]
}