curl -L \
--request PUT \
--url 'https://api.zydon.com.br/api/sales/products/{product_id}/specification/{id}' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"product_id": "text",
"specification_id": "text",
"specification_values": [
"text"
]
}'