curl --location --request POST 'http://127.0.0.1:6873/api/v1/account/update' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: NULL' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountId": 1,
"accountPassword": "password",
"name": "空影力华",
"otpSecret": "ea irure esse Excepteur"
}'