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