curl --request POST \
--url https://api.partner.dit.myperch.io/v1/workflows/firm-member-realtor-find-or-create \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"firmId": "<string>",
"email": "[email protected]",
"firstName": "<string>",
"lastName": "<string>"
}'