Introduction
A PATCH request lets you update part of a resource on a server without sending the whole data. It saves time and data.
You want to change only the email address of a user without updating their entire profile.
You need to fix a typo in a blog post title without resending the whole post content.
You want to update the status of an order from 'pending' to 'shipped' quickly.
You want to add a new phone number to a contact without changing other details.