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