My response is:
`
body=
{“access_token”:“e…g”,“expires_in”:2592000,“token_type”:“Bearer”}
`
I want to save the token in a variable for further requests. That is the value from ‘e’ to (and included ‘g’) in the access_token above.
I want to use reggae like this:
`
.check(regex("""whatDoIPutHere""").exists.saveAs("token)"))
`
Any tips?
Cheers!