curl --location --request POST '/external/api/v3/user_activity/remove-background' \
--header 'x-api-key: <PhotAI API Key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"source_url": "https://ai-image-editor-wasabi-bucket.apyhi.com/bg_replacer_assets/original_images/chair.webp" // Replace with the URL of your input image
}'
{}