comments
Creates a new comment
post/comments
Query parameters
user_idstring required
The user ID of the user making the request
Request body
Example request
{
"entityId": 12345,
"body": "Great track!",
"commentId": 98765,
"parentId": 54321,
"mentions": [
67890
]
}Response
Comment created successfully