Max Transit API Login Question

When I login on my maxtransit, firmware 8.2.0, this is the response I get:
{
“stat”: “ok”,
“response”: {
“permission”: {
“GET”: 0,
“POST”: 0
}
}
}

Why don’t I have get or post permissions? Do I need to set this up somewhere? I didn’t find it in the admin panel.

you’re just hitting the /api/login endpoint with something like the following?

{"username":"admin","password":"whateveryourpasswordis"}

I get the following response to that:
image.png