Local bridge curl error 401

any guess what I am doing wrong when trying to control my lock via curl calls on local nuki bridge? Dev/mode/API enabled.

curl -L -vvv http://192.168.1.211:8080/list?token=a12bcd
returns 401 unauthorezed

where “a12bcd” is my secret auth token from app

bridge firmware v. 2.4.8

Works fine with my test setup using (an equivalent to):

curl -L -vvv 'http://192.168.1.211:8080/list?token=a12bcd'

With 401 it is most likely an error with the token or the format of the URL.

So e.g. using

curl -L -vvv http://192.168.1.211:8080/list?token=a12bcd - as you posted above - also throws a 401 error for me as the parameter is not correctly interpreted (with Ubuntu console).