contactLists = $updatedContactLists; $response->message = "Success"; } catch (Exception $e) { header("HTTP/1.0 500 Error"); $response->message = "Error"; } } else { header("HTTP/1.0 400 Not Found"); $response->message = "Resource not found"; } echo json_encode($response); die(); }