curl --request POST \
--url https://api.goenhance.ai/api/v1/videofaceswap/generate \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"args": {
"reference_video": "https://cdn.goenhance.ai/images/static/demo/face-swap-1.mp4",
"reference_img": "https://cdn.goenhance.ai/images/static/demo/face-swap-1.jpg",
"upscaler": 1,
"start_time": 0,
"end_time": 5,
"enhance_face": false
},
"type": "mx-video-face-swap"
}'