action randommer_get_api_social_number { label: "Generate a social security number" provider: randommer method: GET path: "/api/SocialNumber" encoding: json input: { type: "object" properties: { "X-Api-Key": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }