{
"title": "string",
"content": "string",
"questions": [
"string"
],
"type": "product"
}
curl --location --request POST 'https://platform.shopranos.eu/api/ai/Fragment' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"content": "string",
"questions": [
"string"
],
"type": "product"
}'
{}