curl -L \
--request PUT \
--url 'https://api.zydon.com.br/api/sales/categories/{category}/specification/{id}' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"id": "text",
"name": "text",
"type": "text",
"values": [
"text"
],
"group": "text",
"is_searchable": true
}'