{
"id": 143,
"description": "Lawyer 321",
"level": 5,
"area": "law",
"dateHourCreated": "2018-03-08T18:20:29.000Z",
"dateHourChanged": "2018-05-29T13:10:27.500Z",
"dateHourDeleted": null
}curl --location --request PUT 'https://prod.your-api-server.com/api/v1/occupation' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 143,
"description": "Lawyer 321",
"level": 5,
"area": "law",
"dateHourCreated": "2018-03-08T18:20:29.000Z",
"dateHourChanged": "2018-05-29T13:10:27.500Z",
"dateHourDeleted": null
}'{}