Authorization: Bearer ********************
curl --location --request POST 'https://horizon-api-sb.app.rpe.tech/api/v1/lancamentos/ajustes/credito' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"chave": "asdfs",
"idCliente": 2001,
"valor": 55,
"dataFaturamento": "2024-07-15",
"observacao": "OK",
"idTipoLancamentoAjuste": 9
}'
{
"idLancamentoAjuste": 12345678
}