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