Authorization: Bearer ********************{ "contents": [ { "role": "user", "parts": [ {"text": "sample text?"} ] } ], "tools": [ { "googleSearch": {} } ] }curl --location --globoff '/v1beta/models/gemini-2.5-flash:generateContent?key={{api_key}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "contents": [ { "role": "user", "parts": [ {"text": "sample text?"} ] } ], "tools": [ { "googleSearch": {} } ] }'{}