phaseId is the origin phase); the body contains only the destination phase identifier, also under the field phaseId. doneType cannot be sent in the body — that value is always resolved from the destination phase's configuration and cannot be overridden by this call.curl --location --request PATCH '/v1/flows//phases//cards/' \
--header 'Content-Type: application/json' \
--data '{
"phaseId": "string"
}'{
"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"
}