{
"path": "string",
"fileName": "string",
"fileContent": "string"
}
curl --location --request POST 'https://platform.shopranos.eu/api/Assets/createAsset' \
--header 'Content-Type: application/json' \
--data-raw '{
"path": "string",
"fileName": "string",
"fileContent": "string"
}'
{}