curl --location 'http://dev-cn.your-api-server.com/v3/mix-pose' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"image_file": "{{base64 encoded image}}",
"pose_image_file": "{{base64 encoded post image}}",
"extra": {
"response_image_type": "png",
"enterprise_plan": {
"enabled": false
}
}
}'{
"image_file": "{{base64 of returned image_file}}",
"image_type": "png"
}