POST submission returns an error because a prior configuration already exists; in that situation, the same payload should be resubmitted here to complete the update.curl --location --request PUT '/v1/flows//phases//query-config' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"products": [
"string"
]
}'{
"id": "string",
"title": "string",
"products": [
"string"
]
}