action formapi_test_authentication { label: "Test Authentication" provider: formapi method: GET path: "/authentication" encoding: json output: { type: "object" required: ["status"] properties: { status: { type: "string" enum: ["success"] } } } }