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": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
"<any>"
Posts user input as command to LCI
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": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
"<any>"
default response
The response is of type any
.