Request
Body Params application/json
{
"username": "john",
"password": "betterUseLongPasswords",
"overwrite": false
}
Request 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
}'
Responses
application/json Modified at 2025-05-30 14:11:36