POST HTTP methods can have a request body, providing a structured payload for configuring each API request
OpenAPI Request Body On Post Info
Message: POST Requests Has a Body
Policies
Request Bodies Schema
Schema definitions on request bodies are how you validate what consumers send. Referencing shared schemas and requiring bodies on POST and PUT keeps things predictable.