{
"id": 0,
"title": "string",
"cover": "https://a.b.com/cover.jpg"
}curl --location '/api/media-update' \
--header 'Authorization: test' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"title": "string",
"cover": "https://a.b.com/cover.jpg"
}'{}