/api/v1/packagesCreate a new package in the store.
Requires the Packages:Edit permission.
Body
namestringrequiredThe package name.
descriptionstringLong-form description.
pricenumberrequiredBase price in the store’s default currency.
isActivebooleanWhether the package is enabled. Defaults to
true.sortOrderintegerPosition within the category. Defaults to
0.categoryIdstring· uuidCategory to assign this package to.
serverIdsstring[]· uuidServers this package will be available on.