Request
Body Params application/json
{
"username": "john",
"password": "betterUseLongPasswords",
"overwrite": false
}
Request Code Samples
curl --location --request POST 'http://localhost/~/api/add_account' \
--header 'x-hfs-anti-csrf: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "john",
"password": "betterUseLongPasswords",
"overwrite": false
}'
Modified at 2026-03-24 12:02:39