curl --location --request POST 'http://api.bbs.sunding.cn/sd/api/user/bottle-message/cast-bottle-message' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string",
"imageId": 0,
"videoUrl": "string"
}'{
"code": 200,
"data": {
"content": "string",
"createdAt": 0,
"displayCreatedAt": "string",
"displayUpdatedAt": "string",
"expand": "string",
"foundCount": 0,
"id": 0,
"imageUrl": "string",
"ipLocation": "string",
"status": 0,
"updatedAt": 0,
"userId": 0,
"videoUrl": "string"
},
"execTime": 0,
"msg": "操作成功"
}