curl --request POST \
--url https://api.example.com/concat/assign-media-usage-rights \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"concatCode": null,
"isReusableByOthers": true,
"languageId": 1,
"mediaCode": null
}
'{
"success": true,
"data": "<unknown>"
}Assign media usage right for particular concat.
curl --request POST \
--url https://api.example.com/concat/assign-media-usage-rights \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"concatCode": null,
"isReusableByOthers": true,
"languageId": 1,
"mediaCode": null
}
'{
"success": true,
"data": "<unknown>"
}The access token received from the authorization server in the OAuth 2.0 flow.