curl --location --request POST 'https://claimify-api.hayokmedicare.ng/api/v1/auth/wallet/create_customer' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"identityId" : "698c9175dd8497589e52b416",
"identityType" : "vID",
"identityNumber" : "22671302416",
"reference" : "0234506",
"email" : "rok@ruk.com",
"phone_number" : "123456789095"
}'{}