curl --location --request PUT 'http://jira.local:8080/jira/rest//rest/api/3/resolution/move' \
--header 'Content-Type: application/json' \
--data-raw '{
"after": "10002",
"ids": [
"10000",
"10001"
]
}'
null
position
isn't provided.after
isn't provided.