{
"version": 2,
"descricao": "VOLTAGEM",
"status": 0
}curl --location --request POST 'https://sandbox.roicommerce.com.br/api/tipo-variacoes' \
--header 'Accept: application/json' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"version": 2,
"descricao": "VOLTAGEM",
"status": 0
}'{
"status": 201,
"message": "Tipo de variação inserida com sucesso.",
"id_gerado": "1248"
}