I am facing issues to support versioning in asp.net core 2.2 with Azure Api management.
Azure Api Management has Version identifier to be started with v.
But asp.net core doesn't support identifier with v for query and headers.
Is there any way to achieve this behaviour?