send json encoded String
Future<void> sendJson(String jsonStr) async => send(jsonStr, contentType: ContentType.json);