Authorization: Bearer ********************curl --location --request GET '/rsc/api/v1/user/layout-templates' \
--header 'Authorization: Bearer <token>'[
{
"id": "",
"type": "",
"version": "",
"width": 0,
"height": 0,
"clip": [
0
],
"bandWidth": "",
"enableShare": false,
"cells": [
{
"x": 0.0,
"y": 0.0,
"width": 0,
"height": 0,
"resolution": 0,
"resolution2": 0,
"source": [
{
"id": "",
"type": "",
"name": "",
"avatar": ""
}
],
"loopTime": 0,
"loopLimit": 0,
"autoFill": false
}
],
"enable": false,
"loopIsStart": false,
"loopTime": 0,
"layoutType": 0
}
]