Authorization: Bearer ********************
{
"command": "string",
"inMainThread": true,
"description": "string"
}
curl --location --request POST '/api/CommandList' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "string",
"inMainThread": true,
"description": "string"
}'
{}