curl --location 'https://api.omove.ai/v1beta/models/gemini-2.5-flash:generateContent' \ --header 'Authorization: sk-' \ --header 'Content-Type: application/json' \ --data '{"contents": [{"role": "user", "parts": [{"text": "写一个关于魔法背包的故事"}]}]}'
{}