curl --location 'https://api.mingdao.com/v3/app/optionsets' \
--header 'HAP-Appkey;' \
--header 'HAP-Sign;'{
"data": {
"optionsets": [
{
"id": "optionset123",
"name": "状态选项集",
"accountId": "account123",
"worksheetIds": [
"worksheet123",
"worksheet456"
],
"options": [
{
"key": "key1",
"value": "进行中",
"index": 1,
"isDeleted": false,
"color": "#2196F3",
"score": 50
},
{
"key": "key2",
"value": "已完成",
"index": 2,
"isDeleted": false,
"color": "#4CAF50",
"score": 100
}
],
"enableColor": true,
"enableScore": true
}
]
},
"success": true
}