id field is needed to remove the current configuration before creating a new one with the updated payload.curl --location '/v1/flows//phases//conversation-config'{
"id": "string",
"rules": [
{
"setup": {
"phoneId": "string"
},
"conditions": [
"string"
],
"conversation": {
"title": "string",
"templates": [
"string"
]
}
}
]
}