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