when the content-type is like application/json; charset=utf8 sumo_rest fails in sr_entities_handler:content_types_accepted/2
Example
Headers = #{ basic_auth => {Name, "pwd"}
, <<"content-type">> => <<"application/json; charset=utf8">>
},
ct:comment("Create the session"),
#{status_code := 201,
body := RespBody} =
lsl_test_utils:api_call(post, "/sessions", Headers),