cURL
curl --request POST \ --url https://api.example.com/api/product/system/save \ --header 'Authentication: <authentication>' \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "data": {}, "schema": {}, "nodePath": "<string>" } '
{}
产品id
system配置
可指定路径
The response is of type object.
object