action apacta_get_users_resend_welcome_sms { label: "Resend Welcome SMS to the user" provider: apacta method: GET path: "/users/resendWelcomeSms" encoding: json output: { type: "object" properties: { data: { type: "object" properties: { message: { type: "string" } } } status: { type: "string" enum: ["success", "error"] } } } }