Authorization: ********************{
"id": "string",
"new_name": "string"
}curl --location --request PUT '/file/rename' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"new_name": "string"
}'{
"code": 0,
"data": null,
"message": "string"
}