Create or update a protection updates note
POST
/api/endpoint/protection_updates_note/{package_policy_id}
curl \
--request POST 'https://localhost:5601/api/endpoint/protection_updates_note/{package_policy_id}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"note":"string"}'