Membership Categories
📄️ List
Returns a list of all membership categories available.
📄️ Create
Creates a new membership category and returns its details.
📄️ Update
Updates the details of an existing membership category.
📄️ Partially Update
Partially updates the details of an existing membership category.
📄️ Delete a membership category with replacement
Deletes a membership category. If the category is in use, a replacement category must be provided.
📄️ Reorder
Allows reordering of membership categories by specifying their IDs in the desired order. The request body should contain an array of category IDs in the new order. The server will update the `order` field of each category accordingly.