x-api-key: ********************curl --location -g --request POST 'https://relay.exostack.cloud//system/indexing/windows' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"batch_size": 100,
"enabled": true,
"frequency_minutes": 15,
"mode": "incremental",
"window_name": "sync-quotidienne"
}'{
"success": true,
"organisation_id": "mastodonte",
"window": {
"window_name": "sync-quotidienne",
"enabled": true,
"mode": "incremental",
"frequency_minutes": 15,
"batch_size": 100,
"updated_at": "2026-03-16T10:00:00-04:00"
}
}