As per the following pseudocode, implement the endpoint ``` # @app.route('/api/recoverlatent/cropface/', methods=['GET']) # def recoverlatent(imgguid): # get image # return croppedimgguid ```
As per the following pseudocode, implement the endpoint