curl --request POST \
--url https://api.example.com/api/Candidates/{candidateId}/red-flag \
--header 'Content-Type: application/json' \
--data '
{
"comments": "<string>"
}
'curl --request POST \
--url https://api.example.com/api/Candidates/{candidateId}/red-flag \
--header 'Content-Type: application/json' \
--data '
{
"comments": "<string>"
}
'Was this page helpful?