curl --request POST \
--url https://api.example.com/api/Submissions/Preview/{candidateId} \
--header 'Content-Type: application/json' \
--data '
{
"jobId": 123,
"jobTitle": "<string>",
"assignedToId": 123,
"followUpAssignedToId": 123,
"followUpDate": "2023-11-07T05:31:56Z",
"clientDistributionModeID": 0,
"submissionDate": "2023-11-07T05:31:56Z",
"subject": "<string>",
"body": "<string>",
"sendCandidateConfirmation": true,
"contacts": [
123
],
"candidateData": [
{
"id": 123,
"cvId": 123,
"videoLink": "<string>",
"clientRate": "<string>",
"candidateRate": "<string>",
"availability": "<string>",
"comments": "<string>",
"candidateComments": "<string>",
"complianceDocuments": [
{
"id": 123,
"name": "<string>"
}
]
}
]
}
'