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