curl --location --request POST 'https://claimify-api.hayokmedicare.ng/api/v1/auth/wallet/transfer' \
--header 'Authorization: Bearer <token>' \
--form 'email=""' \
--form 'creditAccountId=""' \
--form 'debitAccountId=""' \
--form 'beneficiaryBankCode=""' \
--form 'amount=""' \
--form 'narration=""' \
--form 'paymentReference=""'{}