curl --location --request POST 'https://claimify-api.hayokmedicare.ng/api/v1/auth/wallet/initiate_verification' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type" : "BVN",
"number" : "22671302416",
"debitAccountNumber" : "1882048531"
}'{}