curl --location -g --request GET 'https:///v2/api/corpus' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
[
{
"id": 123,
"indexing_mode": {
"id": 1,
"mode": "exhaustive"
},
"name": "Sample Corpus",
"description": "A sample corpus for testing.",
"owner": {
"id": 16,
"email": "user@example.com",
"is_superuser": true,
"first_name": "John",
"last_name": "Doe",
"organization": {
"id": 1,
"org_name": "Example Organization"
}
},
"tags": []
}
]