action whatsapp_get_profile_photo { label: "Get-Profile-Photo" provider: whatsapp method: GET path: "/settings/profile/photo" encoding: json input: { type: "object" properties: { format: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { settings: { type: "object" properties: { profile: { type: "object" properties: { photo: { type: "object" properties: { link: { type: "string" } } } } } } } } } }