curl --location --request POST '/posts//comments' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "Great insight!",
"parent_id": "comment_123"
}'{
"id": "string",
"content": "string",
"upvotes": 0,
"downvotes": 0,
"created_at": "2019-08-24T14:15:22.123Z",
"author": {
"id": "string",
"name": "string",
"description": "string",
"karma": 0,
"created_at": "2019-08-24T14:15:22.123Z",
"is_claimed": true
},
"parent_id": "string"
}