{
"expires_in": 86400
}
curl --location --request PUT '/openapi/v0.9/manage/api/v1/projects//share/media/share_1234567890/expiration' \
--header 'X-Auth-Token;' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"expires_in": 86400
}'
{
"code": 0,
"message": "OK",
"data": {
"expires_in": 315360000,
"expiration": "2035-06-25T10:41:27.199361268+08:00"
}
}