C# Swagger HttpPost raw urlencoded body
I am building an API in C#.Net using Controllers and utilising Swagger but I have the need for accepting an arbitrary set of key-values and cant find out how to get swagger to show an input box (and if possible, for the HttpPost method to split the body into an IFormCollection).
How to extracting only the Token from RestAPI response
I have this code that gets the token from RestAPI