curl --location --request PUT '/content-layouts/' \
--header 'Content-Type: application/json' \
--data-raw '{
"contentThemeId": "string",
"name": "string",
"description": "string",
"background": "string",
"textColor": "string",
"boxColor": "string",
"backgroundImage": "http://example.com",
"backgroundSize": "cover",
"backgroundPosition": "center",
"fontFamily": "string",
"contentJustify": "start",
"defaultLang": "en",
"sortOrder": 0,
"origin": "CATALOG",
"catalogWorkspaceId": "stringstri",
"catalogContentLayoutId": "string",
"translations": [
{
"lang": "en",
"name": "string",
"description": "string"
}
]
}'{
"contentLayoutId": "string",
"contentThemeId": "string",
"name": "string",
"description": "string",
"background": "string",
"textColor": "string",
"boxColor": "string",
"backgroundImage": "http://example.com",
"backgroundSize": "cover",
"backgroundPosition": "center",
"fontFamily": "string",
"contentJustify": "start",
"defaultLang": "en",
"langs": [
"en"
],
"sortOrder": 0,
"origin": "CATALOG",
"catalogWorkspaceId": "stringstri",
"catalogContentLayoutId": "string",
"accountId": "stringstri",
"workspaceId": "stringstri",
"sourceRegion": "us-east-1",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"stage": "DRAFT"
}