after or position must be provided.after must not be in the issue type list.curl --location --request PUT '/rest/api/3/issuetypescheme//issuetype/move' \
--header 'Content-Type: application/json' \
--data-raw '{
    "after": "10008",
    "issueTypeIds": [
        "10001",
        "10004",
        "10002"
    ]
}'null