Serviço exclusivo para processadora Cards.
Authorization: Bearer ********************
curl --location --request POST 'https://horizon-api-sb.app.rpe.tech/api/v1/lancamentos/ajustes' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"idTipoLancamentoAjuste": 2001,
"idCliente": 2001,
"valor": 55,
"dataFaturamento": "2023-04-15",
"incideFaturaAtiva": true
}'
{
"idLancamentoAjuste": 35763936
}