apiKey: ********************{
"videoUrl": "https://example.com/video.mp4"
}curl --location --request POST '/api/video-audio/recognizeToRealVideo' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"videoUrl": "https://example.com/video.mp4"
}'{
"errorMessage": "string",
"code": 0,
"aboutUrl": "string",
"traceId": "string",
"videoUrl": "https://example.com/real_video.mp4"
}