Mock endpoint. POST https://candidate-webhook.integrigate.com — every request that
gets past the origin check is recorded here, whatever its shape.
Nothing yet. Send one:
curl -X POST https://candidate-webhook.integrigate.com \
-H 'Content-Type: application/json' \
-H 'Origin: https://integrigate.com' \
-d '{"first_name":"Thandi","last_name":"Nkosi","id_number":"9001015800087","contact_number":"+27821234567"}'