How to filtering data from POST request body?
I want to remove the ability to filter by sensitive data in the query parameters. To do this, I changed the endpoint that retrieves the filtered data from GET to POST.
I want to remove the ability to filter by sensitive data in the query parameters. To do this, I changed the endpoint that retrieves the filtered data from GET to POST.