I have a question on API creation, what would be the best way to create a web api with a post action to retreive
data from the db. Basically the requirement is the user will send a parameter in the request body of the post message
and we need to return the result in the response filtered based on the parameter sent.
I am also wondering why; when we have a get method the requestor would want us to implement this using a post any advantages.
Any insight on this will really help..thankyou.