static Future<({bool success, int code, String data})> post(String url, String body) { return _send(post: true, url: url, body: body); }