Authorization: ********************{
"video_id": "string",
"part_title": "string",
"sort_order": 0
}curl --location 'https://video.zerexa.net/api/collections//items' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"video_id": "string",
"part_title": "string",
"sort_order": 0
}'