{
"billingMethod": 1,
"basePrice": 10000,
"memberPrice": 8000,
"vipPrice": 6000,
"timeSlotPrices": "string",
"tieredPrices": "string",
"packagePrices": "string",
"extraFees": "string",
"bufferMinutes": 15,
"minBookingMinutes": 30,
"maxBookingMinutes": 480,
"isEnabled": 1
}curl --location --request PUT 'http://10.168.1.163:48080/open-api/v1/resources//price?merchantId&resourceId=1' \
--header 'Content-Type: application/json' \
--data-raw '{
"billingMethod": 1,
"basePrice": 10000,
"memberPrice": 8000,
"vipPrice": 6000,
"timeSlotPrices": "string",
"tieredPrices": "string",
"packagePrices": "string",
"extraFees": "string",
"bufferMinutes": 15,
"minBookingMinutes": 30,
"maxBookingMinutes": 480,
"isEnabled": 1
}'{
"code": 0,
"msg": "",
"data": false
}