curl --location --request PUT '/rest/api/3/resolution/' \ --header 'Content-Type: application/json' \ --data-raw '{ "description": "My updated resolution description", "name": "My updated resolution" }'
null