I was taking a look at your curl for the MD site. You can take out that giant cookie blob and condense the curl down to just:
curl 'https://www.cvs.com/immunizations/covid-19-vaccine.vaccine-status.MD.json?vaccineinfo' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.16; rv:86.0) Gecko/20100101 Firefox/86.0' -H 'Accept: /' -H 'Accept-Language: en-GB,en;q=0.5' --compressed -H 'Referer: https://www.cvs.com/immunizations/covid-19-vaccine?icid=cvs-home-hero1-link2-coronavirus-vaccine' -H 'Connection: keep-alive'
I was taking a look at your curl for the MD site. You can take out that giant cookie blob and condense the curl down to just:
curl 'https://www.cvs.com/immunizations/covid-19-vaccine.vaccine-status.MD.json?vaccineinfo' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.16; rv:86.0) Gecko/20100101 Firefox/86.0' -H 'Accept: /' -H 'Accept-Language: en-GB,en;q=0.5' --compressed -H 'Referer: https://www.cvs.com/immunizations/covid-19-vaccine?icid=cvs-home-hero1-link2-coronavirus-vaccine' -H 'Connection: keep-alive'