curl --location --request GET 'https://2e0a7m2i9j.execute-api.eu-central-1.amazonaws.com/prod/community/v1/users?pageNo=1&pageSize=10' \
--header 'x-api-key: api_key'{
"message": "string",
"data": {
"users": [
{
"id": "string",
"email": "string",
"first_name": "string",
"last_name": "string",
"banner_url": "string",
"biography": "string",
"profile_pic": "string",
"x_url": "string"
}
],
"pagination": {
"total": 0,
"page": 0,
"limit": 0,
"totalPages": 0
}
}
}