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