curl --location --request POST 'http://jira.local:8080/jira/rest//rest/api/3/field//context//project/remove' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectIds": [
"10001",
"10005",
"10006"
]
}'
null