Unfortunately, multipart sample in Laravel doc (here) contains only sample with one field (attached file) – Http::attach('file', $file_content)
.
It’s not from real world – multipart request in most cases contains more than one field.
How to create multipart request by HTTP client with multiple fields where equivalent values provided by array?