Future<Map<String, dynamic>> textTo3d(Text23D schema) async { final endpoint = '${threeDBaseUrl}text_to_3d'; return await _post(endpoint, data: schema.toJson()); }