Closed
Description
Here are the request headers being sent to my server. It rejects this request due to charset=utf-8 being appended to the Content-Type header.
req_headers: [
{"accept", "application/vnd.api+json"},
{"accept-encoding", "gzip"},
{"content-type", "application/vnd.api+json; charset=utf-8"},
{"host", "localhost:4000"},
{"user-agent", "Dart/2.18 (dart:io)"}
]