Authorization: ********************{
"addList": [
1
],
"cancelList": [
2
],
"vid": 123456
}curl --location '/api/v1/archive/video/collect' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"addList": [
1
],
"cancelList": [
2
],
"vid": 123456
}'{
"code": 0,
"data": null,
"msg": "string"
}