curl --location '/v1/admin/privacy-consents/'{
"endpoint": "GET /v1/admin/privacy-consents/{consentID}",
"consent": {
"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
}
}