Christian

Results 1 comments of Christian

The request send an application/json content-type. Now, if I change the content type manually... ```javascript return trae.post(url, formData, { headers: { Authorization: `Bearer ${token}` 'Content-Type': 'multipart/form-data' } }) ``` I...