Authorization: Bearer ********************
curl --location --request POST 'https://horizon-api-sb.app.rpe.tech/api/v1/agenda-lojista/tipo-ajuste' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"descricao": "ESTORNO DE JUROS",
"tipo": "CREDITO"
}'
{
"id": 7,
"descricao": "ESTORNO DE JUROS",
"tipo": "CREDITO",
"ativo": true
}