curl --location -g --request PATCH 'http://localhost:8080/v1/files/{{$string.uuid}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"directoryId": "string",
"name": "string"
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"userId": "string",
"directoryId": "string",
"name": "string",
"size": 0
}