here is an example, how to translate to http_get? ```bash curl https://api.openai.com/v1/models \ -H "Content-Type: application/json" \ -H "Authorization: Bearer sk-xxx" ```