{
"arr": [
{
"videoId": "string",
"index": "string"
}
]
}
curl --location --request POST '/backstage/video/update-many-index' \
--header 'Content-Type: application/json' \
--data-raw '{
"arr": [
{
"videoId": "string",
"index": "string"
}
]
}'
{
"code": 200,
"msg": "string",
"data": "ok"
}