I have a basic form that POSTs to a url that speaks to an API. The API then sends back a response that looks like this:
{"url":"/hospitals/3780/appointments/70132614/confirmation?reservation_code=1557959700"}
I just need to grab the URL response value, do some parsing and use in CURL.
How do you grab this from the HTTP Response? I've searched for days. No luck.
Thanks!