{
"mode": "RELAX",
"sourceBase64": "data:image/png;base64,xxx1",
"targetBase64": "data:image/png;base64,xxx2"
}curl --location -g --request POST 'https://api.wenwen-ai.com/mj/insight-face/swap' \
--header 'Authorization: {YOUR_KEY}' \
--header 'Content-Type: application/json' \
--data-raw '{
"mode": "RELAX",
"sourceBase64": "data:image/png;base64,xxx1",
"targetBase64": "data:image/png;base64,xxx2"
}'{
"code": 1,
"description": "Submit success",
"result": "1734937261701344"
}