apiKey: ********************{
"imageUrl": "https://example.com/image.jpg",
"duration": 5,
"targetWidth": 1920,
"targetHeight": 1080
}curl --location --request POST '/api/video/generateSingleImage' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"imageUrl": "https://example.com/image.jpg",
"duration": 5,
"targetWidth": 1920,
"targetHeight": 1080
}'{
"errorMessage": "string",
"code": 0,
"aboutUrl": "string",
"traceId": "string",
"videoUrl": "/api/video/files/generated_video_123.mp4",
"downloadUrl": "/api/video/download/generated_video_123.mp4"
}