curl --location --request GET '/api/Setup/GetViewBtnSetting?formKey'
{
"errcode": 0,
"errmsg": "string",
"result": {
"options": [
{
"label": "string",
"value": "string"
}
],
"selectedKeys": [
"string"
]
}
}