curl --location --request POST 'https://ai.szkmjb.com/v1beta/models/gemini-2.5-pro:streamGenerateContent' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"contents": [
{
"parts": [
{ "text": "做一张图片来展示如何制作江西粉蒸肉的流程" }
]
}
]
}'