{
"id": 0,
"cron": "string",
"on": true,
"ql": "string",
"env_name": "string",
"main_key": "string",
"style": 0,
"head_pins": [
"string"
],
"jv_from": [
"string"
],
"fen_to": [
"string"
],
"fen_to_rule": 0,
"sync_to": [
"string"
],
"sync_to_rule": 0,
"max_num": 0,
"turn_num": 0
}
curl --location --request PUT '/varrules' \
--header 'Authorization: Bearer 0cb972b0-516c-8c7a-8c95-955263eed4c1' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"cron": "string",
"on": true,
"ql": "string",
"env_name": "string",
"main_key": "string",
"style": 0,
"head_pins": [
"string"
],
"jv_from": [
"string"
],
"fen_to": [
"string"
],
"fen_to_rule": 0,
"sync_to": [
"string"
],
"sync_to_rule": 0,
"max_num": 0,
"turn_num": 0
}'
{}