action cpy_get_user { label: "Get a user" provider: cpy method: GET path: "/api/v1/users/{id}" encoding: json input: { type: "object" properties: { withStats: { type: "boolean" } } additionalProperties: false } output: { type: "object" } }