curl --request POST \
--url https://gateway.7exchange.io/wallet/1.0.0/{walletId}/asset/{assetId}/operation/{operationId}/limit \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenantId: <tenantid>' \
--header 'token: <token>' \
--data '{
"enforcementPoint": "<string>",
"priority": 123,
"order": 123,
"action": "<string>",
"ownerId": "<string>",
"conditions": [
{
"priority": 123,
"order": 123,
"requirementType": "<string>",
"operation": "<string>",
"objectRef": {
"ownerId": "<string>",
"name": "<string>",
"type": 123,
"value": "<string>"
},
"value": {
"ownerId": "<string>",
"name": "<string>",
"type": 123,
"value": "<string>"
},
"ownerId": "<string>"
}
]
}'