curl

curl -X PATCH http(s)://<subdomain.domain>/<endpoint>
     -H 'Content-Type: application/json'
     -d '{"Id": 78912, "Customer": "Jason Sweet", "Quantity": 1}'
Upvote answer :-)