func NewListRequests(c *Context) *cobra.Command {
    cmd := &cobra.Command{
        Use:   "list-requests",
        Short: "Print possible request types",
        RunE: func(cmd *cobra.Command, args []string) error {