Authorization: Bearer ********************curl --location --request DELETE '/productcategories/192' \
--header 'Authorization: Bearer <token>'{
"error": true,
"messages": [
"Product category has pending associations that must be removed"
]
}