curl --location --request POST 'api/home/GetFormItemsCon?AppId&formKey'
{
"errcode": "string",
"errmsg": "string",
"result": {
"data": [
{
"label": "string",
"value": "string"
}
]
}
}