curl --request PUT \
--url https://gateway.7exchange.io/wallet/1.0.0/{walletId}/asset/{assetId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenantId: <tenantid>' \
--header 'token: <token>' \
--data '
{
"status": "<string>",
"purpose": "<string>",
"ownerId": "<string>",
"availableBalance": {},
"currentBalance": {}
}
'