curl --request POST \
--url http://api.dsm.whdiyo.com/api/v1/media \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"alternateId": "<string>",
"title": "<string>",
"duration": 123,
"streams": [
{
"format": "dash",
"url": "<string>",
"segmentDuration": 123,
"timescale": 123,
"drm": true,
"kid": "<string>",
"pssh": "<string>",
"clearKey": "<string>"
}
]
}'