{
"cid": 1,
"file": "string"
}
curl --location --request POST '/adminapi/attachment/file/image' \
--header 'access-token: {{access-token}}' \
--header 'refresh-token: {{refresh-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"cid": 1,
"file": "string"
}'
{
"code": 200,
"msg": "操作成功",
"data": {
"url": "http://example.com/image.jpg"
}
}