curl --location --request POST '/learning-paths/translations/batch' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"entityType": "slide",
"entityId": "string",
"item": {
"property1": "string",
"property2": "string"
},
"translations": [
{
"property1": "string",
"property2": "string"
}
]
}
]
}'{
"results": [
{
"entityType": "slide",
"entityId": "string",
"success": true,
"error": "string"
}
]
}