It's time to update a resource, can you guess which request type to use?
That's right it's a POST request! 😺
Uh oh, we need to go back and delete a record now. What do we use?
You guessed it, a POST request!
Now we need to query some tables using this RESTful API, I wonder what type of API call we need to make?
Astonishing, you guessed correctly it's a POST request 😄