{ "contents": [ { "role": "role", "parts": [ { "text": "text" } ] } ] }
curl --location --request POST '/v1beta/models/:' \ --header 'Authorization: Bearer {{api_key}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "contents": [ { "role": "role", "parts": [ { "text": "text" } ] } ] }'
{}