{
"model": "grok-imagine-image",
"prompt": "A cat in a tree"
}curl --location --request POST '/images/generations' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "grok-imagine-image",
"prompt": "A cat in a tree"
}'{}