{
"userReqNo": "string"
}
curl --location --request POST '/openapi/vcc/scene/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"userReqNo": "string"
}'
{
"data": [
{
"sceneName": "string",
"sceneId": 0
}
]
}