Spaces method and path for this operation:
post /s/{space_id}/api/fleet/package_policies/upgrade/dryrun
Refer to Spaces for more information.
POST
/api/fleet/package_policies/upgrade/dryrun
curl \
--request POST 'https://localhost:5601/api/fleet/package_policies/upgrade/dryrun' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{
"packagePolicyIds": [
"string"
],
"packageVersion": "string"
}'