Authorization: ********************{
"employee": {
"id": -1
},
"login": "admin",
"pass": "123",
"passTip": "Call to support to reset the administrator password",
"activated": true,
"assocWith": null,
"permitions": [],
"lastAccess": null,
"dateHourCreated": "2018-04-17T08:26:27.000Z",
"dateHourChanged": "2018-04-17T08:26:27.000Z",
"dateHourDeleted": null
}curl --location 'https://prod.your-api-server.com/api/v1/user' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"employee": {
"id": -1
},
"login": "admin",
"pass": "123",
"passTip": "Call to support to reset the administrator password",
"activated": true,
"assocWith": null,
"permitions": [],
"lastAccess": null,
"dateHourCreated": "2018-04-17T08:26:27.000Z",
"dateHourChanged": "2018-04-17T08:26:27.000Z",
"dateHourDeleted": null
}'{}