{
"method": "string",
"app_id": "string",
"version": "string",
"terminal_sn": "string",
"timestamp": 0,
"sign": "string",
"employee_id": "string",
"reset_type": "string",
"receive_emails": "string",
"new_password": "string"
}
curl --location --request POST '/api/cashier/entry' \
--header 'app_version: 2122060266' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "string",
"app_id": "string",
"version": "string",
"terminal_sn": "string",
"timestamp": 0,
"sign": "string",
"employee_id": "string",
"reset_type": "string",
"receive_emails": "string",
"new_password": "string"
}'
{
"msg": "string",
"code": "string",
"data": {},
"psn": "string"
}