action superset_post_security_refresh { label: "post_security_refresh" description: "Use the refresh token to get a new JWT access token" provider: superset method: POST path: "/security/refresh" encoding: json output: { type: "object" properties: { access_token: { type: "string" description: "A new refreshed access token" } } } }