Future<Map<String, dynamic>> selectAtSign(String atsign) { return _requestJson('POST', '/api/select-atsign', body: {'atsign': atsign}); }