{ "post": { "tags": ["Authorize Refresh"], "summary": "Customer Authorize Refresh Request", "description": "Customer Authorize Refresh Request", "operationId": "AuthorizeRefresh", "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "../schemas/AuthorizeRefreshRequest.json" } }, "application/xml": { "schema": { "$ref": "../schemas/AuthorizeRefreshRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { "$ref": "../schemas/AuthorizeRefreshRequest.json" } } } }, "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "$ref": "../schemas/AuthorizeRefreshResponse.json" } }, "application/xml": { "schema": { "$ref": "../schemas/AuthorizeRefreshResponse.json" } } } }, "400": { "description": "Invalid request parameters" }, "422": { "description": "Validation exception" }, "500": { "description": "Internal server error" } } } }