curl --location --request POST 'https://claimify-api.hayokmedicare.ng/api/v1/auth/wallet/validate_verification' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"identityId" : "686ce53ab3623800242934de",
"type" : "BVN",
"otp" : "123987"
}'{}