Can someone please help me make this POST request work with Zapier webhooks?
curl -X POST "https://api.openpeoplesearch.com/api/vv1/Consumer/NameAddressSearch" -H "accept: text/plain" -H "Authorization: Bearer ********" -H "Content-Type: text/json" -d "{\"firstName\":\"string\",\"lastName\":\"string\",\"address\":\"string\",\"unit\":\"string\",\"city\":\"string\",\"state\":\"string\"}"