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