Authorization: Bearer ********************
{
"mode": "RELAX",
"sourceBase64": "data:image/png;base64,xxx1",
"targetBase64": "data:image/png;base64,xxx2"
}
curl --location --request POST 'https://api2.aigcbest.top/mj/insight-face/swap' \
--header 'Authorization;' \
--header 'Accept;' \
--header 'Content-Type: application/json' \
--data-raw '{
"mode": "RELAX",
"sourceBase64": "data:image/png;base64,xxx1",
"targetBase64": "data:image/png;base64,xxx2"
}'
{
"code": 0,
"description": "string",
"result": "string"
}