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