To send a PUT request to a specified URL, use the following syntax:
the url is "https://api.example.com/update"
send a PUT request to the url with
the query parameters is "{\"id\": \"123\"}"
the header is "{\"Content-Type\": \"application/json\"}"
the request's response
the url is "https://api.example.com/update"
get the file
send a PUT request to the url with
the data is the file
the request's response