curl --location -g --request POST '/Admin/GenAuthKey?key={{key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"count": 1,
"days": 28,
"remark": "elit reprehenderit"
}'
{
"Code": 0,
"Success": true,
"Message": "成功",
"Data": {
"token": "355b9015-7586-4ac6-8bff-4613246ffdea"
},
"Data62": "",
"Debug": "",
"CodeValue": "",
"ID": 0
}