Authorization: Bearer ********************
{
"id": "",
"user": "",
"status": 2
}
curl --location --request POST 'https://time.net.librejo.cn/api/capsule/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "",
"user": "",
"status": 2
}'
{
"state": 0,
"data": {
"id": "string",
"user": "string",
"title": "string",
"time_out": 0,
"type": 1,
"gift": true,
"status": 0,
"create_user": "string",
"create_nick": "string",
"create_avatar": "string",
"create_time": 0,
"update_time": 0
},
"msg": "string"
}