Authorization: Bearer ********************
{
"title": "",
"content": "",
"time_out": "",
"type": 1,
"gift": false
}
curl --location --request POST 'https://time.net.librejo.cn/api/capsule/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "",
"content": "",
"time_out": "",
"type": 1,
"gift": false
}'
{
"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"
}