cURL
curl --request POST \ --url https://api.example.com/api/v1/pep/verify-access \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "subscriber_id": "<string>", "otp_code": "<string>" } '
Verify OTP and grant access to PEP account
POST /api/v1/pep/verify-access
pep_access_authorized: true
{ "success": true, "message": "Access granted" }