curl --location --request POST 'https://api-dev.usenumero.com/api/v1/business/virtualaccount/customer' \
--header 'x-api-key: {{apiKey}}' \
--header 'x-signature-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "string",
"lastName": "string",
"email": "string",
"mobileNumber": "string",
"bvn": "string"
}'{
"status": true,
"message": "string",
"code": "string",
"version": "string",
"reference": "string",
"data": {
"reference": "string",
"accountName": "string",
"accountNumber": "string",
"bankName": "string"
},
"error": {
"message": "string"
}
}