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