{
"contents": [
{
"parts": [
{
"text": "画一条鱼"
}
]
}
]
}curl --location 'https://cloud.dataeyes.ai/v1beta/models/:generateContent' \
--header 'Authorization: {{Authorization}}' \
--header 'Content-Type: application/json' \
--data '{
"contents": [
{
"parts": [
{
"text": "画一条鱼"
}
]
}
]
}'{}