action skynewz_api_fortnite_get_stats_id_plateform_id { label: "Get user's stats by user id" provider: skynewz_api_fortnite method: GET path: "/stats/id/{plateform}/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } plateform: { type: "string" } } required: ["id", "plateform"] additionalProperties: false } output: { type: "object" additionalProperties: true } }