Closed
Description
JsonApi spec:
https://jsonapi.org/format/#content-negotiation-servers
Servers MUST send all JSON:API data in response documents with the header Content-Type: application/vnd.api+json without any media type parameters.
Dart HTTP client by default decode use latin1
charset.
So it's not decoding correctly UTF-8
json:
Let's use charset UTF-8
as default.