Authorization: ********************curl --location --request PUT 'https://test.your-api-server.com/api/dashboards/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"description": "string",
"layout": [
"string"
],
"widgets": [
"string"
],
"isPublic": true,
"tags": [
"string"
],
"theme": "string",
"refreshInterval": 0
}'