curl --location --request PUT 'https://apidev.demotbj.com/integracion/v2/private/jobposting/status' \
--header 'apiKey: qRQoe511eOgm2ysksxGxDoAFCXG3sfJ6' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"@context": "https://schema.org/",
"@type": "JobPosting",
"identifier": {
"@type": "PropertyValue",
"name": "idOferta",
"value": 5975000
},
"jobStatus": "https://schema.org/JobPostingActive",
"additionalProperty": [
{
"@type": "PropertyValue",
"name": "activar",
"value": true
}
]
}'