{
"id": 3,
"employee": {
"id": 12
},
"login": "admin",
"pass": "321",
"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-05-29T12:18:17.390Z",
"dateHourDeleted": null
}curl --location --request PUT 'https://prod.your-api-server.com/api/v1/user' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 3,
"employee": {
"id": 12
},
"login": "admin",
"pass": "321",
"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-05-29T12:18:17.390Z",
"dateHourDeleted": null
}'{}