curl --location --request PUT 'https://api.sandbox.neofin.services/billing/boletoupload/your-billing-inner-id-123456' \
--header 'api-key: ' \
--header 'secret-key: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": "XXX"
}'
{}