curl --location '/rest/api/3/resolution' \ --header 'Content-Type: application/json' \ --data '{ "description": "My resolution description", "name": "My new resolution" }'
{"id":"10001"}