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