curl --location --request POST '/external/api/v3/user_activity/outpaint' \
--header 'x-api-key: Paste your generated api-key here' \
--header 'Content-Type: application/json' \
--data-raw '{
"input_image_link": "https://ai-image-editor-wasabi-bucket.apyhi.com/uncrop_assets/original_images/image%2010.webp",
"aspect_ratio" : "SQUARE"
}'
{}