curl --location --request POST 'https://2e0a7m2i9j.execute-api.eu-central-1.amazonaws.com/prod/community/v1/post/comment/reply' \
--header 'x-api-key: api_key' \
--header 'Content-Type: application/json' \
--data-raw '{
"createdBy": "olivier22-van-den-hoogen",
"postId": "earth",
"comment": "<p>Great article! I especially liked the section about <strong>API documentation best practices</strong>.</p>",
"commentId": 1057
}'{
"message": "string",
"data": {
"commentId": 0
}
}