curl --location --max-time 90 --request POST "https://acdc-api.onrender.com/check-inmate" --header "Content-Type: application/json" --data "{"inmates":[{"firstName":"Foster","lastName":"Fech"}]}"
curl -v \
-X POST \
-H "User-Agent: HTTPBot/2024.1.4" \
-H "Content-Type: application/json" \
-d "{
\"inmates\": [
{ \"firstName\": \"Foster\", \"lastName\": \"Fech\" }
]
}" \
"https://acdc-api.onrender.com/check-inmate"