curl --request POST \
--url https://mgnmzef4kd.us-east-1.awsapprunner.com/api/v1/zapier/create-candidate \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"workspaceId": "<string>",
"primaryEmail": "[email protected]",
"name": "<string>",
"title": "<string>",
"emails": [
"[email protected]"
],
"phone": "<string>",
"links": {},
"education": "<string>",
"experienceYears": 1073741823.5,
"resumeUrl": "<string>",
"noticeWeeks": 1073741823.5,
"earliestStartDate": "<string>",
"currentSalary": 1073741823.5,
"currentSalaryCurrency": "USD",
"expectedSalary": 1073741823.5,
"expectedSalaryMax": 1073741823.5,
"expectedSalaryCurrency": "USD",
"isVeteran": true,
"creatorId": "<string>",
"countryIso3": "<string>",
"zipCode": "<string>",
"address": "<string>",
"city": "<string>",
"notes": "<string>",
"jobId": "<string>"
}
'