natural for an individual or legal for a company), the client's name, and a variant indicator (1 for an individual, 2 for a company) — present in each array element, not at the payload's root level.curl --location '/v1/flows//cards' \
--header 'Content-Type: application/json' \
--data '{
"fields": [
{
"id": "string",
"value": null
}
]
}'{
"id": "string",
"flowId": "string",
"currentPhaseId": "string",
"title": "string",
"value": 0,
"done": true,
"assignee": {
"userId": "string",
"userName": "string",
"userEmail": "string"
},
"labels": [
{
"label": "string",
"color": "string"
}
],
"fields": [
{
"id": "string",
"value": null
}
],
"createdAt": "string"
}