POST
/registerPOST
/loginPOST
/auth/refreshGET
/users/meGET
/usersDELETE
/users/{id:[0-9]+}GET
/categoriesPOST
/categoriesDELETE
/categories/{id:[0-9]+}GET
/productsPOST
/productsDELETE
/products/{id:[0-9]+}GET
/itemsPOST
/itemsDELETE
/items/{id:[0-9]+}GET
/locationsPOST
/locationsDELETE
/locations/{id:[0-9]+}GET
/clientsPOST
/clientsDELETE
/clients/{id:[0-9]+}GET
/flowsPOST
/flowsDELETE
/flows/{id:[0-9]+}