curl --request POST \
--url https://read.withampersand.com/v1/projects/{projectIdOrName}/integrations/{integrationId}/objects/{objectName} \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"groupRef": "<string>",
"mode": "async",
"sinceTimestamp": "2024-07-01T18:22:30.323771761Z",
"untilTimestamp": "2024-07-05T18:22:30.323771761Z"
}'