Im trying to deal with the next problem - convert array of objects to form-data format
const obj = [{ name: 'Sergio' , age: 16 } , { name: 'Ivan' , age: 24 }]
What is the best decision to handle this problem? Ive already tried cycle, but still give me incorrect answer