curl --request POST \
--url https://api.ropes.ai/api/public/assessments/new \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"candidateIdentifier": "<string>",
"problemId": "<string>",
"shouldSendEmail": true,
"bypassIDCheck": false
}
'