{
"mode": "RELAX",
"sourceBase64": "data:image/png;base64,xxx1",
"targetBase64": "data:image/png;base64,xxx2"
}curl --location --request POST 'https://api.xaix.me/mj/insight-face/swap' \
--header 'Authorization: Bearer {YOU_API_API_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"
}