dotnet new webapi --minimal would produce a project that is functionally similar to the existing project the template creates (i.e. the weather API) but implemented with the new MinimalAPIs.
The option should be displayed in the Visual Studio new project dialog experience so that it's easily discoverable when creating projects there.