curl --location 'https://api.aworld.cloud/dashboard/v1/users/me/permissions' \
--header 'x-external-user-id;' \
--header 'x-user-id;'{
"content.read": true,
"content.create": true,
"content.update": true,
"content.delete": true,
"content.lifecycle": true,
"content.submit": true,
"users.manage": true,
"workspace.manage": true,
"analytics.read": true,
"workspaceConfiguration.update": true,
"self.update": true
}