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