curl --location --request POST '/external/api/v3/user_activity/object-remover' \
--header 'x-api-key: <YOUR API_KEY HERE>' \
--header 'Content-Type: application/json' \
--data-raw '{
"source_url": "https://ai-image-editor-wasabi-bucket.apyhi.com/obj_remover_assets/original_images/Frame%202.png", // Replace with the URL of your input image
"mask_url" : "https://ai-image-editor-wasabi-bucket.apyhi.com/3rd_party_assets/windmill.webp" // Replace with your mask image url
}'
{}