'What is the Regular expression to fetch value in JSON Extractor?

I Have the following Response data in the JMeter. What is the regular expression I can use to fetch the value of auth_code and time in JMeter JSON Extractor?

{

 "data": {
"user_id": "440657",
"token": "488f939b2e52088d139a3e08c27cae26",
"expiry": 1645763760,
"created": 1645677360,
"user_type": "400",
"auth_code_url": "auth_code=1750cebf94354d4f7f41bcc1ce2010e6f03d3fcd&time=1645677360",
 "account": {
  "domain": "hc.vsee.me",
  "code": "hc"
}

} }



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source