curl --location --request DELETE 'http://prod-cn.your-api-server.com/consoleapi/plans/30135b80-95bc-4913-a193-67824889966e' \
--header 'Authorization: Bearer {{token}}'{
"code": 0,
"message": "string",
"data": {
"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
}