We need to create a folder for each user and store their files within it. Is it possible to do it in strapi v4 using media uploads

I have created folders using the API(strapi.plugins.upload.services.folder) but how do i upload files to this folders

As per my understanding i can use the api/document to upload files to media library however i need to upload files to the newly created folder inside the media library.