curl --request POST \
--url https://api.goenhance.ai/api/v1/imagefaceswap/generate \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"args": {
"reference_img": "https://cdn.goenhance.ai/user/goenhance/76115ad445ce26fbd5ad2c649a29e806.jpg",
"source_img": "https://cdn.goenhance.ai/user/goenhance/72ca459817135553959ad72ade516802.jpg"
},
"type": "mx-image-face-swap"
}'