curl --location --request GET 'http://localhost/~/api/get_accounts'
{
"list": [
{
"username": "string",
"password": "string",
"belongs": [
"string"
],
"ignore_limits": true,
"disable_password_change": true,
"admin": true,
"redirect": "string",
"disabled": true,
"expire": "2019-08-24T14:15:22Z",
"days_to_live": 0
}
]
}