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