apiKey: ********************{
"videoUrl": "https://example.com/video.mp4",
"imageCount": 10,
"startTime": 0,
"endTime": 120
}curl --location --request POST '/api/video/split' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"videoUrl": "https://example.com/video.mp4",
"imageCount": 10,
"startTime": 0,
"endTime": 120
}'{
"code": 200,
"msg": "success",
"data": [
"string"
]
}