请注意,操作的时候不能覆盖掉之前的 json 内容
[ { "date": DateTime, "log": String<日志内容> "opreate": String<账户UUID> }, { "date": DateTime, "log": String<日志内容> "opreate": String<账户UUID> }, ]
Authorization: Bearer ********************
{ "quota": "string", "status": true }
curl --location --request POST 'http://192.168.5.234:8081/api/v1/carbon/add/' \ --header 'X-Timestamp: {{X-Timestamp}}' \ --header 'X-Auth-UUID: {{X-Auth-UUID}}' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "quota": "string", "status": true }'
{ "output": "string", "code": 0, "message": "string", "data": "string" }