manage:user permission.curl --location --request PATCH '/users//password' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "string"
}'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"result": {
"id": "string",
"name": "string",
"email": "string",
"emailVerified": true,
"secondaryEmail": "string",
"roles": [
{
"id": "string",
"name": "string",
"icon": "string",
"color": "string"
}
],
"image": "string",
"active": true,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}