curl --location --request PUT 'http://jira.local:8080/jira/rest//rest/api/3/dashboard/' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "A dashboard to help auditors identify sample of issues to check.",
"editPermissions": [],
"name": "Auditors dashboard",
"sharePermissions": [
{
"type": "global"
}
]
}'
{"id":"10000","isFavourite":false,"name":"System Dashboard","popularity":1,"self":"https://your-domain.atlassian.net/rest/api/3/dashboard/10000","sharePermissions":[{"type":"global"}],"view":"https://your-domain.atlassian.net/secure/Dashboard.jspa?selectPageId=10000"}