Appearance
SudoSOS Back-end API / internal/controller / Method
type Method = "POST" | "GET" | "PATCH" | "DELETE" | "PUT";
A custom type defining all supported HTTP methods.