Authorization: Bearer ********************curl --location '/tenants//drm-configurations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"vendor": "expressplay",
"environment": "production",
"region": "eu",
"credentials": {
"customer_authenticator_ref": "secret://drm/expressplay/prod-auth"
},
"widevine_enabled": true,
"playready_enabled": true,
"fairplay_enabled": true
}'{
"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"
}