curl --location 'https://api.sandbox.neofin.services/billing/derogatory' \
--header 'api-key;' \
--header 'secret-key;' \
--header 'Content-Type: application/json' \
--data '{
"billing_numbers": [
"11111111111"
],
"integration_identifiers": [
"090920192109"
]
}'{}