id field — its absence indicates that the configuration does not exist yet.curl --location '/v1/flows//phases//approval-config'{
"id": "string",
"title": "string",
"continueAfterRejection": true,
"allowsEarlyVoteClosure": true,
"requiresCommitteeVote": true,
"rules": [
{
"id": "string",
"conditions": [
{}
],
"approvers": {
"type": "alternative",
"hierarchy": [
{}
]
}
}
]
}