A decorator factory for defining HTTP POST route handlers in a class-based routing system. This decorator associates a method in a class with a specific POST endpoint, including its path, any middleware functions, and other route metadata.