cURL
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": {} }
Paste only the token (no "Bearer " prefix).
The 11-digit BVN to verify.
"12345678901"
"00"
"Successful"