Answers for "patch curl"

0

patch curl

curl -X PATCH http(s)://<subdomain.domain>/<endpoint>
     -H 'Content-Type: application/json'
     -d '{"Id": 78912, "Customer": "Jason Sweet", "Quantity": 1}'
Posted by: Guest on March-21-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language