curl --request POST \
--url https://api.siray.ai/v1/images/generations/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"image": "example_value",
"model": "google/gemini-2.5-flash-image-i2i",
"prompt": "example_value"
}
'