- Fix ManagementToken resourcePath (was pointing at /delivery_tokens
instead of stacks/management_tokens) and ManagementTokenModel.Scope
JSON casing ("Scope" -> "scope")
- Add Test065_Should_Create_Management_Token to create and persist a
shared management token after stack creation
- Add Contentstack024_ManagementTokenTest.cs with full CRUD and
negative-path integration coverage for ManagementToken
- Add PersonalizeTestHelper for driving the Personalize API to
auto-provision real variant groups instead of relying on a
hardcoded variant UID
- Update Contentstack021_EntryVariantTest and Contentstack022_VariantGroupTest
to use the dynamically-created stack and management token instead of
the static stack API key from config
- Add stack-wide content cleanup to Contentstack999_LogoutTest before logout
instead of stacks/management_tokens) and ManagementTokenModel.Scope
JSON casing ("Scope" -> "scope")
shared management token after stack creation
negative-path integration coverage for ManagementToken
auto-provision real variant groups instead of relying on a
hardcoded variant UID
to use the dynamically-created stack and management token instead of
the static stack API key from config