{
"id": "string",
"style": [
{}
],
"title": "string"
}
curl --location --request PUT '/core/pipesetting/' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"style": [
{}
],
"title": "string"
}'
{
"status": "OK"
}