curl --location '/chapter/642/member/?order_by=user&page_size=25&page=1' \
--header 'X-Csrftoken: 6iP8zuVoLQCPMG5ge0yFc6ljZdL7zL6v' \
--header 'Accept: application/json; version=bevy.1.0' \
--header 'Cookie: csrftoken=6iP8zuVoLQCPMG5ge0yFc6ljZdL7zL6v;sessionid=ojunfzar221d84qchaf7dh2c6fjxau0d' \
--header 'Content-Type: application/json'{
"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/"
}
}
]
}