I want to create a new rest resources that searches an entity in database. I have to make the request as POST since there is a complex criteria passed in a request body.
I created my resource endpoint as /search, however, I learned that resources should be always pluralized. In this case, should I be naming as /searches? I want to know if /searches is a standard naming convention?