Authorization: ********************curl --location 'http://localhost:8081/api/comments/1/replies' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"body": "same person again"
}'{
"id": 0,
"user": {
"id": 0,
"username": "string",
"avatarUrl": "http://example.com"
},
"body": "string",
"replyToCommentId": 0,
"createdAt": "2019-08-24T14:15:22.123Z"
}