How can I get the list in the body of the post request via query in the get request?
I have a post request in the project and I get a list in the body section. This service was requested to be converted to a get request and I need to get the list I get in the body as a query. The type of the list is a custom model. What is the best way to do this?