build(); } catch (\Exception $e) { return [ 'status' => 500, 'error' => $e->getMessage(), ]; } return [ 'status' => 200, ]; } return [ 'status' => 204, ]; } }