{
"value": "string",
"entityId": "string",
"dynamicEntityPropertyId": 0,
"id": 0
}
curl --location --request POST '/api/services/app/DynamicEntityPropertyValue/Add' \
--header 'Content-Type: application/json' \
--data-raw '{
"value": "string",
"entityId": "string",
"dynamicEntityPropertyId": 0,
"id": 0
}'
{}