Authorization: Bearer ********************curl --location '/tenants//drm-configurations' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "drmc_01HXYZ...",
"vendor": "expressplay",
"environment": "production",
"region": "string",
"credentials": {
"property1": "string",
"property2": "string"
},
"widevine_enabled": true,
"playready_enabled": true,
"fairplay_enabled": true,
"status": "active",
"created_at": "2019-08-24T14:15:22.123Z"
}
]
}