curl --location --request POST 'http://localhost:8080/v1/files' \
--header 'Authorization: Bearer <token>' \
--form 'file=@""' \
--form 'directoryId="{{$string.uuid}}"' \
--form 'idempotencyKey="idempotency-key"' \
--form 'checksum=""'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"userId": "string",
"directoryId": "string",
"name": "string",
"size": 0
}