Authorization: Bearer ********************
{ "file_ids": [4, 5, 6], "password": "123456", "expire_days": 7 }
curl --location --request POST 'http://localhost:8080/share/create' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "file_ids": [4, 5, 6], "password": "123456", "expire_days": 7 }'
{}