{
"status": false
}curl --location --request POST 'http://prod-cn.your-api-server.com/consoleapi/plans/setPlanStatus/0de11ecf-ecc3-4a11-ad12-61e4de7ba04f' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": false
}'{
"code": 0,
"message": "string",
"data": {
"id": "string",
"createdAt": "string",
"updatedAt": "string",
"name": "string",
"label": "string",
"durationConfig": 0,
"duration": {},
"billing": [
{
"label": "string",
"status": true,
"levelId": "string",
"salesPrice": 0,
"originalPrice": 0
}
],
"levelCount": 0,
"status": true,
"sort": 0
},
"timestamp": 0
}