[
{
"headTitle": "string",
"key": 0,
"sendStatus": 0,
"body": [
{
"label": "string",
"value": "string"
}
]
}
]
curl --location --request GET 'api/SysSetup/GetTxMsgSet?formKey' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"headTitle": "string",
"key": 0,
"sendStatus": 0,
"body": [
{
"label": "string",
"value": "string"
}
]
}
]'
{}