curl --request POST \
--url https://api.example.com/concat/set-cover-image-all \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"code": null,
"mediaCode": null,
"type": null
}
'{
"success": true,
"data": "<unknown>"
}Set cover image of concat.
curl --request POST \
--url https://api.example.com/concat/set-cover-image-all \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"code": null,
"mediaCode": null,
"type": null
}
'{
"success": true,
"data": "<unknown>"
}