post(); $res = Mechanism::where('id', $data['id'])->first(); return ApiResponse::success(200, $res); } }