{
"file_id": "string"
}
curl --location --request POST '/get_private_file_url' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_id": "string"
}'
{
"status": "ok",
"retcode": 0,
"data": {
"url": "string"
},
"message": "string",
"wording": "string",
"echo": "string"
}