Authorization: Bearer ********************
curl --location --request GET '/api/Goods//Commands' \
--header 'Authorization: Bearer <token>'
[
{
"id": 0,
"createdAt": "2019-08-24T14:15:22Z",
"command": "string",
"inMainThread": true,
"description": "string"
}
]