curl --request PUT \
--url https://gateway.7exchange.io/wallet/1.0.0/misc/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenantId: <tenantid>' \
--header 'token: <token>' \
--data '{
"type": "<string>",
"data": {
"bankName": "<string>",
"holderName": "<string>",
"accountNumber": "<string>",
"iban": "<string>",
"bic": "<string>",
"email": "<string>",
"mobileNumber": "<string>",
"currency": "<string>",
"publicId": "<string>",
"network": "<string>"
},
"ownerId": "<string>",
"updatedBy": "<string>"
}'