Modify The State Of An Issue

Makes a change to the specified issue.For example, to change an issue's state and assignee, create a newchange object that modifies these fields:```curl https://api.bitbucket.org/2.0/site/master/issues/1234/changes \ -s -u evzijst -X POST -H "Content-Type: application/json" \ -d '{ "changes": { "assignee_account_id": { "new": "557058:c0b72ad0-1cb5-4018-9cdc-0cde8492c443" }, "state": { "new": 'resolved"