curl --location --request GET 'https://2e0a7m2i9j.execute-api.eu-central-1.amazonaws.com/prod/community/v1/user/olivier-van-den-hoogen/comments?pageNo=1&pageSize=50' \
--header 'x-api-key: api_key'{
"message": "string",
"data": {
"comments": [
{
"id": 0,
"user_id": 0,
"best_answer": 0,
"pinned": 0,
"comment": "string",
"comment_id": 0,
"first_name": "string",
"last_name": "string",
"profile_pic": "string",
"job_title": "string",
"comment_reaction": "string",
"created_at": "string",
"post_title": "string",
"is_new": 0,
"badges": [
{
"id": 0,
"name": "string",
"image": "string"
}
],
"post_id": "string"
}
],
"totalComments": 0,
"currentPage": "string",
"totalPages": 0,
"pageSize": "string"
}
}