{
    "ok": false,
    "data": null,
    "error": {
        "code": "missing_api_key",
        "message": "Missing API key. Configure the GPT Action authentication as an API key in the X-Finance-API-Key header, or send Authorization: Bearer <key>.",
        "auth_header": "X-Finance-API-Key",
        "alternate_auth_header": "Authorization: Bearer <key>"
    }
}