{ "post": { "tags": [ "Login" ], "summary": "Start the process - initiate steps to eligibility RAC Checks ", "description": "Initiate Login Request", "operationId": "startLogin", "requestBody": { "description": "Post JSON to conduct eligibility tests", "content": { "application/json": { "schema": { "$ref": "../schemas/LoginRequest.json" } }, "application/xml": { "schema": { "$ref": "../schemas/LoginRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { "$ref": "../schemas/LoginRequest.json" } } }, "required": true }, "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "$ref": "../schemas/LoginResponse.json" } }, "application/xml": { "schema": { "$ref": "../schemas/LoginResponse.json" } } } }, "400": { "description": "Invalid request" }, "422": { "description": "Validation exception" }, "500": { "description": "Internal server error" } } } }