### Serverless Docs Elasticsearch Serverless API ### Description A customer couldn't figure out how to pass in the API key to make Serverless API calls. While this information is in the [getting started guide](https://www.elastic.co/guide/en/serverless/current/elasticsearch-get-started.html#elasticsearch-get-started-test-connection), they landed directly in the [Serverless API reference](https://www.elastic.co/docs/api/doc/elasticsearch-serverless/) which does not provide such example. Can we update all curl examples for Serverless API calls to include the API Key header? ``` -H "Authorization: ApiKey ${API_KEY}" ``` Thx! ### Resources and additional context https://www.elastic.co/docs/api/doc/elasticsearch-serverless/