Authorization: ********************{
"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 'https://prod.your-api-server.com/api/v1/occupation' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"description": "Lawyer 123",
"level": 5,
"area": "law",
"dateHourCreated": "2018-03-08T18:20:29.000Z",
"dateHourChanged": "2018-03-08T18:20:29.000Z",
"dateHourDeleted": null
}'{}