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