curl --location --request PUT '/v1/flows//phases//messaging-config' \
--header 'Content-Type: application/json' \
--data '{
"contacts": {
"default": [
{
"name": "string",
"email": "string",
"phone": "string"
}
],
"fields": [
{
"key": "string",
"path": "string",
"title": "string",
"description": "string",
"required": true,
"type": "document",
"reference": "string"
}
]
},
"fields": [
{
"key": "string",
"path": "string",
"title": "string",
"description": "string",
"required": true,
"type": "document",
"reference": "string"
}
]
}'