I'm new to web api and I need to create a server for a client. I have no control over the client - can't change a thing.The client sends in an html encapsulated json request in a POST body. However, the content-type can vary. What do I need to do to allow my ApiController to process different content-types?