Request .part({ 'content-type': 'application/json', body: { foo: 'bar' } }) does not work. No data sent. How to set application/json type in .field('parameter', 'value') // Form field ?
Request
.part({
'content-type': 'application/json',
body: { foo: 'bar' }
})
does not work. No data sent.
How to set application/json type in .field('parameter', 'value') // Form field ?