***Antipattern***
Count: 2
POST  /oauth/token [Singular last node with POST method.] 
POST  /requests/estimate [Singular last node with POST method.] 

***Pattern***
Count: 13
GET  /oauth/authorizeregular methods.
GET  /historyregular methods.
GET  /payment-methodsregular methods.
GET  /productsregular methods.
GET  /products/{product_id}regular methods.
GET  /estimates/priceregular methods.
GET  /estimates/timeregular methods.
GET  /requests/currentregular methods.
PATCH  /requests/currentregular methods.
DELETE  /requests/current [Pluralized last node with PUT|DELETE method.] 
GET  /requests/{request_id}/receiptregular methods.
GET  /requests/{request_id}/mapregular methods.
GET  /requests/{request_id}/receiptregular methods.
