curl --location '/chapter/642/member/?order_by=user&page_size=100&page=1' \
--header 'Referer: https://gdg.community.dev/dashboard/gdg-jakarta/members/' \
--header 'X-Csrftoken: uZvhMm7jP6kwNuRooSV9t7r2E77VGocC' \
--header 'Cookie: cookie_consent_is_true=true; csrftoken=uZvhMm7jP6kwNuRooSV9t7r2E77VGocC; sessionid=by0c1hjjcnwzc8jkzmii3bd1as6qs691; __stripe_mid=662df390-c006-4032-b838-aa01b3aa10bd5a70c4; __stripe_sid=e3b33fde-a59a-41f0-83ef-86466d6bfa7ba4d0e6; correlation_key="google/99a50a06-2f56-4fe1-94b5-1cf6f23baa57"'{
"count": 1,
"links": {
"previous": null,
"next": null
},
"pagination": {
"current_page": 1,
"next_page": 2,
"page_size": 500,
"previous_page": null
},
"results": [
{
"created_date": "2024-01-09T17:59:22Z",
"id": 1234,
"user": {
"id": 1234,
"full_name": "John Doe",
"profile_url": "/u/mjy7yj/"
}
}
]
}