Modify upload provider with custom path

@Umbert_Pensato

const modelName = 'articles';
//...
const requestURL = `http://localhost:1337/${model}/`; 
//...
formData.append('path', `${model}/uploads`);