{}
curl --location --request POST '/open/template/field/info?templateId=0' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "code": 0, "message": "string", "body": [ { "id": 0, "parent": 0, "fieldName": "string", "businessType": 0, "fieldFormat": "string", "required": true } ] }