curl --location --request PUT '/rest/api/3/priority/move' \ --header 'Content-Type: application/json' \ --data-raw '{ "after": "10003", "ids": [ "10004", "10005" ] }'
null