Authorization: ********************{
"content": "string",
"article_id": 0
}curl --location '/comments' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"content": "string",
"article_id": 0
}'{
"success": true,
"message": "string",
"data": {
"comment": {
"id": 0,
"content": "string",
"user_id": 0,
"article_id": 0,
"parent_id": 0,
"likes": 0,
"is_liked": true,
"user": {
"id": 0,
"username": "string",
"avatar": "string"
},
"replies": [
{}
],
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
},
"timestamp": "2019-08-24T14:15:22.123Z"
}