OpenAPI Operations POST No Retrieve Verbs (Edit)
POST operations should not use verbs like retrieve, fetch, get, or read in their summaries. If data retrieval is the goal, a GET method should be used instead to follow RESTful conventions.
OpenAPIOperationsPOSTRESTDesign