{
"file_id": 0
}
curl --location --request POST '/openapi/v0.9/manage/api/v1/projects//share/media' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_id": 0
}'
{
"code": 0,
"message": "OK",
"data": {
"share_id": "testid",
"expires_in": 102000,
"expiration": "2025-07-20T18:36:08.236793881+08:00",
"has_pwd": false,
"password": "915130",
"share_link": "https://example.com/share/123456",
"status": 0
}
}