{
"status": true
}curl --location --request POST 'http://prod-cn.your-api-server.com/consoleapi/plans/setConfig' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": true
}'{
"code": 0,
"message": "string",
"data": {
"id": "string",
"createdAt": "string",
"updatedAt": "string",
"key": "string",
"value": "string",
"group": "string",
"description": "string",
"sort": 0,
"isEnabled": true
},
"timestamp": 0
}