action skynewz_api_fortnite_get_pve_user_username { label: "Get PVE Stat by given username" provider: skynewz_api_fortnite method: GET path: "/pve/user/{username}" encoding: json input: { type: "object" properties: { username: { type: "string" } } required: ["username"] additionalProperties: false } output: { type: "object" additionalProperties: true } }