curl --location --request PUT '/v1/flows//phases//approval-config//rules/' \
--header 'Content-Type: application/json' \
--data '{
"conditions": [
{
"rule": [
{
"path": "string",
"reference": "string",
"condition": "gte",
"target": null
}
]
}
],
"approvers": {
"type": "alternative",
"hierarchy": [
{
"level": 0,
"quantity": 0,
"users": [
"string"
]
}
]
}
}'{
"id": "string",
"conditions": [
{}
],
"approvers": {}
}