curl --location --request GET 'http://dev-cn.your-api-server.com/v1/scene/$SCENE_ID' \ --header 'x-api-key: token $YOUR_GENERATED_SECRET' \ --header 'content-type: application/json' \ --data-raw ''
{}