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