curl --location '/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"
}'{
"dealStateId": "1234"
}