/variations/{id}/values
curl -L \ --request POST \ --url 'https://api.zydon.com.br/api/sales/variations/{id}/values' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{ "value": "text" }'
{}