curl --location --globoff 'https://api-dev.usenumero.com/numeroaccount/api/v{{apiVersion}}/business/verification/tin' \ --header '{{apiHeaderName}}: {{apiKey}}' \ --header 'Content-Type: application/json' \ --data '{ "tin": "12345678-0001" }'
{}