PUT requests are typically used for updating an existing resource. This means replacing the current data for the target resource with the data sent in the API request body.
Just like POST requests, the content-type header is important because it tells the server how to interpret the data we’re sending.