Authorization: Bearer ********************
{}
curl --location -g --request DELETE 'https://api.valut.app/openbank/v1/boleto/{{boletoId}}' \
--header 'Session-id: teste' \
--header 'branch-id: {{branchId}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{}