get:
    summary: "Get OAuth2 access token"
    description: "Returns the acess token for Kyma"
    consumes: 
        - "application/json"
    produces: 
        - "application/xml"
        - "application/json"

    responses: 
        200: 
            description: "OK"
            schema:
                type: "object"
                properties: 
                    token:
                        type: "string"
                default:
                    token: "3333"
        404: 
            description: "Not Found"