curl --request PATCH \
--url https://api.example.com/v0/user/rules/{rule_external_id} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"rule_prompt": "<string>",
"applies_to": "<string>",
"priority": 500
}
'{
"_links": {
"kyc": {
"description": "Submit KYC information",
"href": "/v0/user/me/kyc",
"method": "PUT"
},
"self": {
"href": "/v0/user/me",
"method": "GET"
},
"wallets": {
"href": "/v0/wallets",
"method": "GET"
}
}
}curl --request PATCH \
--url https://api.example.com/v0/user/rules/{rule_external_id} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"rule_prompt": "<string>",
"applies_to": "<string>",
"priority": 500
}
'{
"_links": {
"kyc": {
"description": "Submit KYC information",
"href": "/v0/user/me/kyc",
"method": "PUT"
},
"self": {
"href": "/v0/user/me",
"method": "GET"
},
"wallets": {
"href": "/v0/wallets",
"method": "GET"
}
}
}