curl --location --request GET '/wechat/template/create/form' \
--header 'x-token: {{x-token}}'{
"status": 0,
"message": "string",
"data": {
"rule": [
{
"type": "string",
"field": "string",
"value": 0,
"title": "string",
"props": {
"type": "string",
"placeholder": "string",
"activeValue": 0,
"inactiveValue": 0
}
}
],
"action": "string",
"method": "string",
"title": "string",
"config": {}
}
}