FrontToken: ********************{
"pageNum": 0,
"pageSize": 0,
"orderByColumn": "string",
"isAsc": "string",
"nameKeyword": "string",
"tagValue": "string"
}curl --location --request POST '/api/special_feature/list' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"orderByColumn": "string",
"isAsc": "string",
"nameKeyword": "string",
"tagValue": "string"
}'{
"error": true,
"data": {},
"success": true,
"warn": true,
"empty": true,
"property1": {},
"property2": {}
}