curl --location --request PUT '/deals/states/' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"name": "Lead",
"description": "Possible customer",
"visible": true,
"type": "win",
"order": 1,
"color": "#1B1C5A"
}'{
"error": "You cannot edit deal state 1234."
}