curl --location --request PUT '/rest/api/3/dashboard//gadget/' \ --header 'Content-Type: application/json' \ --data-raw '{ "color": "red", "position": { "column": 1, "row": 1 }, "title": "My new gadget title" }'
null