missing_api_key
Missing API key
The Authorization header is absent or is not a Bearer credential.
How to resolve it
Send `Authorization: Bearer <api-key>` from trusted server-side code.
missing_api_key
The Authorization header is absent or is not a Bearer credential.
Send `Authorization: Bearer <api-key>` from trusted server-side code.