curl --location --request POST '/api/generate' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "string",
"input_image": "http://example.com",
"input_image_2": "http://example.com",
"input_image_3": "http://example.com",
"input_image_4": "http://example.com",
"seed": 0,
"aspect_ratio": "string",
"output_format": "jpeg",
"webhook_url": "http://example.com",
"webhook_secret": "string",
"prompt_upsampling": true,
"safety_tolerance": 2
}'{
"id": "string",
"polling_url": "http://example.com"
}