curl --location --request GET 'https://api.mingdao.com/v3/app/optionsets' \
--header 'HAP-Appkey: {{appkey}}' \
--header 'HAP-Sign: {{sign}}'
{
"data": {
"optionsets": [
{
"id": "",
"name": "",
"accountId": "",
"worksheetIds": [],
"options": [
{
"key": "",
"value": "",
"index": 23,
"isDeleted": false,
"color": "",
"score": 64
}
],
"enableColor": true,
"enableScore": false
}
]
},
"success": true
}