manage:user permission.curl --location --request POST '/users' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"email": "user@example.com",
"password": "string",
"secondaryEmail": "user@example.com",
"image": "string",
"active": true
}'{
"success": true,
"message": "string",
"meta": {},
"errors": [
{
"code": "string",
"field": "string",
"message": "string"
}
],
"result": {
"id": "string",
"name": "string",
"email": "string",
"emailVerified": true,
"secondaryEmail": "string",
"image": "string",
"active": true,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}