getRequestStatus method
Gets task status by ID
requestId - task ID
Returns JSON with TaskInfo (id, status, path, registrationDate) or null if the task is not found
Implementation
Future<Map<String, dynamic>?> getRequestStatus(String requestId) {
throw UnimplementedError('getRequestStatus() has not been implemented.');
}