Consider a DataFrame `df` with a column `data` containing JSON strings. How would you extract the field `user_id` from these JSON strings into a new column named `extracted_user_id` using Spark? Provide the code snippet. | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz