{
"item_ids": "[]"
}
curl --location --request POST 'https://api.getoneapi.com/api/douyin/fetch_multiple_video_detail' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"item_ids": "[]"
}'
{
"code": 200,
"message": "success",
"data": {}
}