id
in the endpoint pathAuthorization: Bearer ********************
curl --location --request PUT '/CustomerClass/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"classID": "VIP",
"classDescription": "Important Customers"
}'
{
"id": "d6f394",
"classID": "VIP",
"classDescription": "Important Customers"
}