Authorization: Bearer ********************curl --location --request POST 'https://api.eu-west-1.aworld.cloud/dashboard/v1/slides' \
--header 'x-idempotency-key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"slideId": "string",
"origin": "CATALOG",
"defaultLang": "aa",
"defaultSlideLayoutId": "string",
"parentId": "string",
"parentType": "learningPath",
"translations": [
{
"lang": "aa",
"title": "string",
"image": "http://example.com",
"content": {
"background": "string",
"textColor": "string",
"boxColor": "string",
"contents": [
{
"type": "slide",
"text": "string",
"media": {
"type": "decor",
"url": "http://example.com"
}
}
]
}
}
]
}'{
"slideId": "string",
"origin": "CATALOG",
"defaultLang": "aa",
"langs": [
"aa"
],
"defaultSlideLayoutId": "string",
"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"
}