curl --request POST \
--url https://api.novita.ai/v3/replace-background \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"image_file": "<string>",
"extra": {
"response_image_type": "<string>",
"enterprise_plan": {
"enabled": true
}
}
}
'