curl --request POST \
--url https://api.cleartalk.ai/profile/change-layout \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"layout": "vertical",
"layout_mode": "light",
"layout_width": "fluid",
"layout_position": "fixed",
"topbar_type": "light",
"sidebar_size": "lg",
"sidebar_color": "light",
"direction": "ltr"
}
'curl --request POST \
--url https://api.cleartalk.ai/profile/change-layout \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"layout": "vertical",
"layout_mode": "light",
"layout_width": "fluid",
"layout_position": "fixed",
"topbar_type": "light",
"sidebar_size": "lg",
"sidebar_color": "light",
"direction": "ltr"
}
'API Key for authentication
Main layout type
"vertical"
Layout mode (light/dark)
"light"
Layout width
"fluid"
Layout position
"fixed"
Topbar type
"light"
Sidebar size
"lg"
Sidebar color
"light"
Layout direction
"ltr"
Layout settings updated successfully