x-api-key: ********************curl --location -g --request POST 'https://relay.exostack.cloud//system/indexing/invalidate' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"clear_checkpoints": true,
"clear_records": false
}'{
"success": true,
"message": "Indexation invalidée",
"organisation_id": "mastodonte",
"checkpoints_cleared": true,
"records_cleared": false
}