curl --location --request GET 'https://2e0a7m2i9j.execute-api.eu-central-1.amazonaws.com/prod/community/v1/user/olivier-van-den-hoogen/saved-posts?pageNo=1&pageSize=50' \
--header 'x-api-key: api_key'{
"message": "string",
"data": {
"posts": [
{
"channel_id": 0,
"community_id": 0,
"post_title": "string",
"post_title_slug": "string",
"post_description": "string",
"option_one": "string",
"option_two": "string",
"option_three": "string",
"option_four": "string",
"posts_type": 0,
"is_new": 0,
"created_at": "string",
"survey_questions": null,
"post_roadmap_state": null,
"type": "string",
"post_id": "string",
"comment_count": 0,
"post_is_helpful_count": 0,
"post_is_helpful": "string",
"channel_name": "string",
"community_title": "string",
"is_reacted": "string",
"user_reaction_on_post": "string",
"option_one_votes": 0,
"option_two_votes": 0,
"option_three_votes": 0,
"option_four_votes": 0,
"total_votes_on_poll": 0,
"option_selected_by_user": "string",
"is_post_saved": "string",
"is_post_flagged": "string",
"post_attachements": [
{
"type": "string",
"media": "string"
}
],
"created_by_user": {
"id": 0,
"profile_pic": "string",
"name": "string",
"job_title": "string",
"user_slug": "string",
"badges": [
{
"id": 0,
"name": "string",
"image": "string"
}
]
}
}
],
"totalPosts": 0,
"currentPage": 0,
"totalPages": 0,
"pageSize": 0
}
}