auth-bearer: ********************curl --location --request PUT '/appointment//copart' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"copart": 0,
"paymentMethod": "string",
"generateCharge": true
}'