curl --location --request POST 'https://api.falken.ltd/api/social/posts//comments' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"parentCommentId": "32135137-e98b-4a27-b840-a577578abf9d"
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"userPostId": "68d187f4-542d-4018-9c6a-69b1cf1d54a6",
"auth0UserId": "string",
"displayName": "string",
"athleteSlug": "string",
"content": "string",
"parentCommentId": "32135137-e98b-4a27-b840-a577578abf9d",
"likeCount": 0,
"isLikedByViewer": true,
"createdAtUtc": "2019-08-24T14:15:22.123Z",
"updatedAtUtc": "2019-08-24T14:15:22.123Z",
"replies": [
{}
]
}