curl --location '/v1/admin/privacy-consents?subjectID=undefined&scope=undefined&createdAtFrom=undefined&createdAtTo=undefined&sortField=undefined&sortOrder=undefined&page=undefined&perPage=undefined'{
"endpoint": "GET /v1/admin/privacy-consents",
"consents": [
{
"id": "44444444-4444-4444-4444-444444444444",
"subjectID": "support-user-001",
"scopes": [
"diagnosticSampleRead",
"sensitiveView"
],
"source": "supportRequest",
"createdAt": "2026-04-01T16:20:00Z",
"expiresAt": "2026-04-01T16:30:00Z",
"revokedAt": null,
"usageLimit": 3,
"usageCount": 1,
"remainingAuthorizations": 2
}
],
"totalCount": 1,
"page": 1,
"perPage": 50
}