Do you want to intercept the communication and change the requests or you just want to make requests?
If you want to intercept, Burp Suite is best.
If you want to practice manual REST API / HTTP requests on all these methods GET/POST/PUT/PATCH/DELETE and even more, try Postman: https://www.getpostman.com
Postman is an amazing tool to make HTTP requests and analyse the responses. It has variety of options!
If I misunderstood your question, please ask it more clearly.