POST HTTP methods should be available.
OpenAPI Method POST Error
Message: POST Request Body
Policies
HTTP Methods
HTTP methods have specific semantics -- GET reads, POST creates, PUT replaces, PATCH updates, DELETE removes. Using them correctly is fundamental to building APIs that work the way consumers expect.