curl --location --request POST 'https://api.goenhance.ai/api/v1/imagefaceswap/generate' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"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"
}'
{
"code": 0,
"msg": "Success",
"data": {
"img_uuid": "c12b656c-747a-44fd-9c80-add79b0c52d5"
}
}