Part 3: Creating GET, POST, PUT, DELETE requests Requests interact with your database and perform a requested action, whether it is to fetch, add, change or delete records in database. In this post, I will show you how to create requests, for reference on endpoint creation please visit my previous…