curl --location --request POST 'http://jira.local:8080/jira/rest//rest/api/3/version//move' \
--header 'Content-Type: application/json' \
--data-raw '{
"after": "https://your-domain.atlassian.net/rest/api/~ver~/version/10000"
}'
{"self":"https://your-domain.atlassian.net/rest/api/3/version/10000","id":"10000","description":"An excellent version","name":"New Version 1","archived":false,"released":true,"releaseDate":"2010-07-06","overdue":true,"userReleaseDate":"6/Jul/2010","projectId":10000}