curl --location --request PUT 'http://jira.local:8080/jira/rest//rest/api/3/priority/default' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": "3" }'
null