curl --location --request DELETE '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
}'{
"message": "string",
"data": {
"post_id": "string"
}
}