curl --location --request PUT '/slides/' \
--header 'Content-Type: application/json' \
--data-raw '{
"origin": "CATALOG",
"catalogWorkspaceId": "stringstri",
"catalogSlideId": "string",
"defaultLang": "en",
"defaultLayoutId": "string",
"background": "string",
"textColor": "string",
"boxColor": "string",
"backgroundImage": "http://example.com",
"backgroundSize": "cover",
"backgroundPosition": "center",
"fontFamily": "string",
"contentJustify": "start",
"parentId": "string",
"parentType": "learningPath",
"translations": [
{
"lang": "en",
"title": "string",
"image": "http://example.com",
"content": {
"contents": [
{
"type": "slide",
"text": "string",
"media": {
"type": "decor",
"url": "http://example.com",
"metadata": {
"prompt": "string",
"style": "string"
}
}
}
]
}
}
]
}'{
"slideId": "string",
"origin": "CATALOG",
"catalogWorkspaceId": "stringstri",
"catalogSlideId": "string",
"defaultLang": "en",
"langs": [
"en"
],
"defaultLayoutId": "string",
"background": "string",
"textColor": "string",
"boxColor": "string",
"backgroundImage": "http://example.com",
"backgroundSize": "cover",
"backgroundPosition": "center",
"fontFamily": "string",
"contentJustify": "start",
"parentId": "string",
"parentType": "learningPath",
"accountId": "stringstri",
"workspaceId": "stringstri",
"sourceRegion": "us-east-1",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"stage": "DRAFT"
}