{ "post": { "tags": [ "AccountBar" ], "summary": "User Account Bar ", "description": "User Bar Request", "operationId": "accountbar", "requestBody": { "description": "Post JSON to conduct login request", "content": { "application/json": { "schema": { "$ref": "../schemas/UserRequest.json" } }, "application/xml": { "schema": { "$ref": "../schemas/UserRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { "$ref": "../schemas/UserRequest.json" } } }, "required": true }, "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "$ref": "../schemas/AccountBarResponse.json" } }, "application/xml": { "schema": { "$ref": "../schemas/AccountBarResponse.json" } } } }, "400": { "description": "Invalid request" }, "422": { "description": "Validation exception" }, "500": { "description": "Internal server error" } } } }