curl --request POST \
--url https://api.gospott.com/{publicTenantSlug}/vacancy-portal/jobs/{jobBoardPostingId} \
--header 'Content-Type: application/json' \
--data '
{
"linkedinUrl": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"cvAttachmentId": "<string>",
"email": "[email protected]",
"phoneNumber": "<string>",
"location": {
"type": "primary_home",
"street1": "<string>",
"street2": "<string>",
"postalCode": "<string>",
"city": "<string>",
"region": "<string>",
"state": "<string>",
"country": "<string>",
"rawCityCountry": "<string>",
"latitude": 123,
"longitude": 123,
"formattedAddress": "<string>"
}
}
'