id in the endpoint pathcurl --location --request PUT 'https://tsapi.perenso.net/CustomerClass/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"classID": "VIP",
"classDescription": "Important Customers"
}'{
"id": "d6f394",
"classID": "VIP",
"classDescription": "Important Customers"
}