curl --request POST \
--url https://api.ropes.ai/api/public/candidates/new \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"name": "<string>",
"email": "[email protected]",
"integrationSource": "loxo",
"externalId": "<string>"
}
'