PUT
All fields in the resource you are updating should be added in the request body
PATCH
Allow for partial updates to only specific fields without affecting the others
What is Pagination
Dividing a large dataset into smaller manageable pages that are displayed to the user one at atime
How pagination works