curl --request PUT \
--url https://gateway.7exchange.io/wallet/1.0.0/{walletId}/asset/{assetId}/operation/{operationId}/destination/{destinationId}/address/{addressId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenantId: <tenantid>' \
--header 'token: <token>' \
--data '{
"type": "<string>",
"data": {
"id": {
"tenantId": "<string>",
"entityId": {
"id": "<string>"
},
"auditData": {
"createdAt": "<string>",
"updatedAt": "<string>",
"deletedAt": "<string>",
"archivedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"deletedBy": "<string>"
}
},
"name": "<string>",
"value": "<string>"
}
}'