cURL
curl --request POST \ --url https://api.light.inc/rest/ext/v1/lci/command \ --header 'Content-Type: application/json;charset=UTF-8' \ --data '{ "command": "<string>", "threadId": "<string>" }'
"<any>"
Posts user input as command to LCI
default response
The response is of type any.
any