post https://{company}.{environment}.com/api/v1/hire/jobs//candidate
Post a candidate to a specified job
Sample Request Body:
{
"firstName": "firstName",
"email": "email,
"phone": ["countryCode", "mobileNumber"],
"currentSalary": ["currencyCode", number],
"expectedSalary": ["currencyCode", number],
"gender": "Enum",
"workExperience": [years, months],
"fieldIdentifier": "fieldValue",
"multiChoiceFieldIdentifier": ["FieldOptionIdentifier1", "FieldOptionIdentifier2"]
}