{
"emailProfileId": "string",
"fields": [
{
"type": "Text",
"value": "string",
"label": "string"
}
]
}curl --location 'https://platform.shopranos.eu/api/FormCommunication' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"emailProfileId": "string",
"fields": [
{
"type": "Text",
"value": "string",
"label": "string"
}
]
}'