curl --location 'https://api.chatfire.site/v1/images/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "grok-imagine-image-2.0",
"prompt": "一只在月球上喝咖啡的柴犬,卡通风格",
"aspect_ratio": "1:1",
"resolution": "1k",
"n": 1,
"response_format": "url"
}'