clients) and the template's other general sections (generalSections), each already listing the fields that need to be filled in.curl --location '/v1/cards//templates//fields'{
"clients": [
{
"clientId": "string",
"name": "string",
"index": 0,
"fields": [
{
"key": "string",
"title": "string",
"type": "string",
"value": null
}
]
}
],
"generalSections": [
{
"section": "string",
"title": "string",
"index": 0,
"fields": [
{
"key": "string",
"title": "string",
"required": true,
"type": "string",
"value": null
}
]
}
]
}