URL - http://api.ferret.live/getCases.php?fn=<first name>&ln=<last name>&bd=<birthday> in YYYY-MM-DD Format
curl http://api.ferret.live/getCases.php?fn=john&ln=smith&bd=1994-01-01
[ { "firstname":"JOHN", "lastname":"SMITH", "birthdate":"1994-01-01" "case_number":"181911073", "filing_date":"2018-10-19", "state":"UT", "county":"SALT LAKE", "court":"Salt Lake City District" }, { "firstname":"JOHN", "lastname":"SMITH", "birthdate":"1994-01-01" "case_number":"201101195", "filing_date":"2020-11-30", "state":"UT", "county":"CACHE", "court":"Logan District" } ]
[ ]