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