{
"path": "string",
"fileName": "string",
"token": "string"
}
curl --location --request POST '/api/file/add' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"path": "string",
"fileName": "string",
"token": "string"
}'
{}