...
curl --location --request POST 'http://homologacao.promocoes.live.totvs.com.br/motor-promocoes-web/rest/consulta/consultarPromocoesAtivas' \
--header 'Content-Type: application/json' \
--header 'token: e86f50a5ffac2a9fca143b342086dc69' \
--data-raw '{
"codFilial": "8171658712345678"
}
'
curl --location --request POST 'http://homologacao.promocoes.live.totvs.com.br/motor-promocoes-web/rest/consulta/calcularPromocao' \
--header 'Content-Type: application/json' \
--header 'token: e12f50a5ffac2a9fca143b342086dc12' \
--data-raw '{
"identificadorVenda": {
"codVenda": "1234567890",
"codFilial": "12345678",
"codCanalVenda": "PDV",
"codExternoCanalVenda": "1"
},
"produtos": [
{
"posicaoItem": 1,
"codProduto": 1000000,
"codEmbalagem": 1,
"qtd": "6",
"descontoManual": 0,
"valorUnitario": "100"
}
]
}'
...