{}
curl --location --request GET '/api/setup/getLibFormulaSetting?formKey' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"errcode": 0,
"errmsg": "string",
"result": {
"selectedKeys": [
"string"
]
}
}