Authorization: Bearer ********************
curl --location --request GET 'http://7dtdserver.local:8088/api/Server/AllowedCommands' \
--header 'Authorization: Bearer <token>'
[
{
"commands": [
"string"
],
"description": "string",
"help": "string",
"permissionLevel": 0
}
]