curl --request POST \
--url https://api.siray.ai/v1/images/generations/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"model": "openai/gpt-image-1.5-t2i-medium",
"prompt": "example_value",
"size": "1024x1024"
}
'