curl --location -g --request POST 'https://localhost:8092/json-rpc/authorization/tokens' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "authorize",
"subcommand": "getTokenList",
"tan": 4711
}'
{
"command": "authorize-getTokenList",
"info": [
{
"comment": "Test Token",
"id": "13fa5",
"last_use": "2025-04-26T20:28:05Z"
},
{
"comment": "OpenHab2 Binding",
"id": "WD6nT",
"last_use": ""
}
],
"success": true,
"tan": 4711
}