{
"code": "string",
"password": "string",
"phoneNo": "string",
"tokenId": "string"
}
curl --location --request POST '/admin/api/v1/employee/bussUserPassReset' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"password": "string",
"phoneNo": "string",
"tokenId": "string"
}'
{
"code": "string",
"message": "string",
"success": true,
"timestamp": 0,
"traceId": "string"
}