curl --request POST \
--url https://demoapi.saasphereltd.com/api/v1/accounts/verify-bvn \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"bvn": "12345678901"
}
'{
"status": "00",
"message": "Successful",
"data": {}
}curl --request POST \
--url https://demoapi.saasphereltd.com/api/v1/accounts/verify-bvn \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"bvn": "12345678901"
}
'{
"status": "00",
"message": "Successful",
"data": {}
}