curl --location 'https://api-demo-story.glueup.com/v2/my/event/attendee' \
--header 'a;' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data '{
"projection": [],
"limit": 20,
"offset": 0,
"filter": [
{
"projection": "organization.id",
"operator": "eq",
"values": [
2040
]
}
],
"order": {
"status": "asc"
}
}'[
{
"id": 7674,
"organization": {
"id": 2040,
"name": "OpenAPIIntegration"
},
"title": "Summer Party",
"startDateTime": 1563465601000,
"endDateTime": 1564243201000,
"venueInfo": {
"cityName": "Beijing",
"country": {
"code": "CN",
"name": "China"
},
"map": {}
},
"isArchive": false,
"published": true
}
]